summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-08 18:58:43 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-08 18:58:43 +0000
commit6d6bca2782bc4edfb0fdfac6b73824e922edef1e (patch)
tree8bb32a80e750f12cd0c5d28f68d406d5c01921a8 /etc
parent6346595c46b8f4b5302d78b7da57ca197d6abee8 (diff)
downloadpfsense-6d6bca2782bc4edfb0fdfac6b73824e922edef1e.zip
pfsense-6d6bca2782bc4edfb0fdfac6b73824e922edef1e.tar.gz
Do not test for booting in here for mount points.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 0e82bba..cd2c7b6 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -1236,8 +1236,7 @@ function configure_cron() {
/* please maintain the newline at the end of file */
file_put_contents("/etc/crontab", $crontab_contents);
- if (!$g['booting'])
- conf_mount_ro();
+ conf_mount_ro();
}
function upnp_action ($action) {
OpenPOWER on IntegriCloud