summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-20 18:36:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-20 18:36:03 +0000
commit7b2ac8289bfd6e62ed2f29870847211206cb3ab5 (patch)
treed255b769e4792734240b635e9e3dea497cebbd05 /etc
parent4853b3a8a954ceea4523045cc2d8d87595999d53 (diff)
downloadpfsense-7b2ac8289bfd6e62ed2f29870847211206cb3ab5.zip
pfsense-7b2ac8289bfd6e62ed2f29870847211206cb3ab5.tar.gz
invoke php to activate ro and rw
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 2f5b16a..879be29 100755
--- a/etc/rc
+++ b/etc/rc
@@ -27,7 +27,7 @@ SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1`
/bin/mkdir -p /usr/savecore 2>/dev/null
/sbin/savecore /usr/savecore $SWAPDEVICE
-/etc/rc.conf_mount_rw
+/usr/local/bin/php -f /etc/rc.conf_mount_rw
rm -rf /var/run/*
rm -rf /tmp/*
@@ -92,7 +92,7 @@ done
echo Final firewall setup in progress...
/etc/rc.filter_configure
-/etc/rc.conf_mount_ro
+/usr/local/bin/php -f /etc/rc.conf_mount_ro
exit 0
OpenPOWER on IntegriCloud