summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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