summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-24 01:38:22 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-24 01:38:22 -0400
commit1fb166cfdcdba0941eea7f203e45bf3acce9cbf6 (patch)
tree4e2f08c8522ae781d99287dab51883302496eb8f /etc
parent1a479479f397973257592f32c5c7adc8cd088a82 (diff)
downloadpfsense-1fb166cfdcdba0941eea7f203e45bf3acce9cbf6.zip
pfsense-1fb166cfdcdba0941eea7f203e45bf3acce9cbf6.tar.gz
Call conf_mount_ro(); after bootup
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 7784ec2..ad68ee1 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -346,4 +346,6 @@ 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