Soft updates are handled in /etc/rc. Remove code.

This commit is contained in:
Scott Ullrich 2007-03-04 21:44:30 +00:00
parent 1b081fd9da
commit d8eafa31c4

View File

@ -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();
?>
?>