summaryrefslogtreecommitdiff
path: root/ld.so.conf
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 16:45:05 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 16:45:05 +0000
commit24114777bcae742e540d9a5a5a4d98d019f74a5d (patch)
treebe051c1c78a3fb63c4ce2d3334b7d867f98dcfe2 /ld.so.conf
parent7287d7584a8f6b1e1e3464aa89bcb0b13ca35d88 (diff)
downloadfhs-dirs-24114777bcae742e540d9a5a5a4d98d019f74a5d.tar.gz
add a default /etc/ld.so.conf
Also, add /etc/ld.so.conf.d, and include *.conf from there.
Diffstat (limited to 'ld.so.conf')
-rw-r--r--ld.so.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld.so.conf b/ld.so.conf
new file mode 100644
index 0000000..18cba60
--- /dev/null
+++ b/ld.so.conf
@@ -0,0 +1,5 @@
+/lib
+/usr/lib
+/usr/local/lib
+include /etc/ld.so.conf.d/*.conf
+