summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-17 19:32:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-17 19:32:09 +0000
commit0ede09d9a25729b7f3fefdf801103d062c077c61 (patch)
tree9fae502c8dd4379e271ab93d1d53ca0ece63b9be
parentf350874f9f184f521965d105ebd8c8672a32924e (diff)
downloadpfsense-0ede09d9a25729b7f3fefdf801103d062c077c61.zip
pfsense-0ede09d9a25729b7f3fefdf801103d062c077c61.tar.gz
ldconfig /lib on bootup with the other library directories.
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index d911779..5d9d2a7 100755
--- a/etc/rc
+++ b/etc/rc
@@ -62,7 +62,7 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp
#dev_mkdb
# Run ldconfig
-/sbin/ldconfig -elf /usr/lib /usr/local/lib
+/sbin/ldconfig -elf /usr/lib /usr/local/lib /lib
# let the PHP-based configuration subsystem set up the system now
/etc/rc.bootup
OpenPOWER on IntegriCloud