summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-04 21:44:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-04 21:44:30 +0000
commitd8eafa31c4f15718558cca2e4c7ede96265ce76f (patch)
tree192101e59f58652e296f348a4a84c81b431960ce /etc/inc/config.inc
parent1b081fd9daf561daf0da2c7f6cb6e0657fa4e3c5 (diff)
downloadpfsense-d8eafa31c4f15718558cca2e4c7ede96265ce76f.zip
pfsense-d8eafa31c4f15718558cca2e4c7ede96265ce76f.tar.gz
Soft updates are handled in /etc/rc. Remove code.
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc5
1 files changed, 1 insertions, 4 deletions
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
OpenPOWER on IntegriCloud