summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 02:03:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 02:03:52 +0000
commit6fe4f2912074f45c64d3c0809b58ea75e8df59e6 (patch)
tree03c50a383a1cb4e14ef43fe0b2a08a21b5134a55 /etc/rc
parent568af18969df0ae5a0b143b167185cd8159a46d3 (diff)
downloadpfsense-6fe4f2912074f45c64d3c0809b58ea75e8df59e6.zip
pfsense-6fe4f2912074f45c64d3c0809b58ea75e8df59e6.tar.gz
We really need to ldconfig for /usr/local. Hopefully it wont el-panic-o this time
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc b/etc/rc
index eacc6ab..ab0899e 100755
--- a/etc/rc
+++ b/etc/rc
@@ -101,10 +101,7 @@ echo "done."
# Create an initial utmp file
cd /var/run && cp /dev/null utmp && chmod 644 utmp
-if [ ! "$PLATFORM" = "cdrom" ]; then
- # Run ldconfig
- /sbin/ldconfig -elf /usr/lib /usr/local/lib /lib
-fi
+/sbin/ldconfig -elf /usr/lib /usr/local/lib /lib
/usr/local/bin/php -f /etc/rc.conf_mount_rw
OpenPOWER on IntegriCloud