summaryrefslogtreecommitdiffstats
path: root/etc
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
parent1fb166cfdcdba0941eea7f203e45bf3acce9cbf6 (diff)
downloadpfsense-0eb1fdbc244772abbea8ee5468d4853866fb163a.zip
pfsense-0eb1fdbc244772abbea8ee5468d4853866fb163a.tar.gz
Move RO operation down in rc and revert rc.bootup commit
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc4
-rwxr-xr-xetc/rc.bootup2
2 files changed, 2 insertions, 4 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
diff --git a/etc/rc.bootup b/etc/rc.bootup
index ad68ee1..bf00a5c 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -346,6 +346,4 @@ mwexec_bg("/usr/sbin/update_dns_cache.sh");
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-conf_mount_ro();
-
?> \ No newline at end of file
OpenPOWER on IntegriCloud