diff --git a/etc/rc.local b/etc/rc.local index dbbd909a5b91..0a93836fd794 100644 --- a/etc/rc.local +++ b/etc/rc.local @@ -13,6 +13,10 @@ 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