summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-24 01:52:37 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-24 01:52:37 -0400
commit0eb1fdbc244772abbea8ee5468d4853866fb163a (patch)
tree131d100e94cd1ff8302afa860f686bba8ee53b87 /etc/rc
parent1fb166cfdcdba0941eea7f203e45bf3acce9cbf6 (diff)
downloadpfsense-0eb1fdbc244772abbea8ee5468d4853866fb163a.zip
pfsense-0eb1fdbc244772abbea8ee5468d4853866fb163a.tar.gz
Move RO operation down in rc and revert rc.bootup commit
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 5ef4b3f..e2375d9 100755
--- a/etc/rc
+++ b/etc/rc
@@ -315,8 +315,6 @@ echo "done."
rm -rf /usr/local/pkg/pf/CVS
-/usr/local/bin/php -f /etc/rc.conf_mount_ro
-
# Remove stale files that have already been processed by bootup
# scripts
rm -f /tmp/filter_dirty
@@ -335,4 +333,6 @@ echo "Bootup complete"
/usr/local/bin/beep.sh start 2>&1 >/dev/null
+/etc/rc.conf_mount_ro
+
exit 0
OpenPOWER on IntegriCloud