diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 01:38:22 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 01:38:22 -0400 |
commit | 1fb166cfdcdba0941eea7f203e45bf3acce9cbf6 (patch) | |
tree | 4e2f08c8522ae781d99287dab51883302496eb8f | |
parent | 1a479479f397973257592f32c5c7adc8cd088a82 (diff) | |
download | pfsense-1fb166cfdcdba0941eea7f203e45bf3acce9cbf6.zip pfsense-1fb166cfdcdba0941eea7f203e45bf3acce9cbf6.tar.gz |
Call conf_mount_ro(); after bootup
-rwxr-xr-x | etc/rc.bootup | 4 |
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 |