mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 21:43:34 +00:00
Set a default ldconfig path for shared libs.
This commit is contained in:
parent
8de7809a2c
commit
af340e7bf5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=919
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user