summaryrefslogtreecommitdiffstats
path: root/etc/rc.local
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1993-12-30 18:19:18 +0000
committerjkh <jkh@FreeBSD.org>1993-12-30 18:19:18 +0000
commit1e6f35c54722303e24bda013ed81f59fce6a0855 (patch)
tree71fce643b8bdd719c1cbf7fa21590497d1fdd41d /etc/rc.local
parentd3c860aed8d839fe5ec58e33e4c084c6a929a8ca (diff)
downloadFreeBSD-src-1e6f35c54722303e24bda013ed81f59fce6a0855.zip
FreeBSD-src-1e6f35c54722303e24bda013ed81f59fce6a0855.tar.gz
Added more robust ldconfig setting in rc, removed redundant ldconfig in
rc.local.
Diffstat (limited to 'etc/rc.local')
-rw-r--r--etc/rc.local4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc.local b/etc/rc.local
index 0a93836..dbbd909 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -13,10 +13,6 @@ cp $T /etc/motd
chmod 666 /etc/motd
rm -f $T
-# This is a performance win with shared libraries.
-echo 'setting default ldconfig path.'
-ldconfig /usr/lib /usr/X386/lib /usr/local/lib /usr/gnu/lib
-
echo -n 'starting local daemons:'
# Kerberos runs ONLY on the Kerberos server machine
OpenPOWER on IntegriCloud