summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-03 23:22:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-03 23:22:51 +0000
commitaa26bd27643d575830eb818b435073fe396f059b (patch)
treead962a36bdc10049e07ed4702bdaa2ffee9525d4 /etc
parent00b20405f59d484382c6c42de2d2f40795f30313 (diff)
downloadpfsense-aa26bd27643d575830eb818b435073fe396f059b.zip
pfsense-aa26bd27643d575830eb818b435073fe396f059b.tar.gz
Mount rw before rc.bootup
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index f3a048a..bb03c2c 100755
--- a/etc/rc
+++ b/etc/rc
@@ -97,11 +97,11 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp
# Run ldconfig
/sbin/ldconfig -elf /usr/lib /usr/local/lib /lib
+/usr/local/bin/php -f /etc/rc.conf_mount_rw
+
# let the PHP-based configuration subsystem set up the system now
/etc/rc.bootup
-/usr/local/bin/php -f /etc/rc.conf_mount_rw
-
echo -n Starting Secure Shell Services...
/etc/sshd
OpenPOWER on IntegriCloud