From d8eafa31c4f15718558cca2e4c7ede96265ce76f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 4 Mar 2007 21:44:30 +0000 Subject: Soft updates are handled in /etc/rc. Remove code. --- etc/inc/config.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'etc/inc/config.inc') diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 4945f23..b304f8d 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -375,9 +375,6 @@ function conf_mount_rw() { /* do not mount on cdrom platform */ if($g['platform'] == "cdrom" or $g['platform'] == "pfSense") return; - - if(isset($config['system']['enablesoftupdates'])) - exec("/sbin/tunefs -n enable / 2>/dev/null"); $status = mwexec("/sbin/mount -u -w {$g['cf_path']}"); if($status <> 0) { @@ -1743,4 +1740,4 @@ function set_device_perms() { if($g['booting']) echo "."; $config = parse_config(); -?> +?> \ No newline at end of file -- cgit v1.1