From 1fb166cfdcdba0941eea7f203e45bf3acce9cbf6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 24 Jun 2009 01:38:22 -0400 Subject: Call conf_mount_ro(); after bootup --- etc/rc.bootup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.1