summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-04 19:56:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-04 19:56:40 +0000
commitd5f60dba2dd94347b005a4540ece7caf012e0ca2 (patch)
treebdcd109a62d3620e1800e4fe91953c4bf9a057a5 /etc/rc
parent0b91e3c9dd7b117a94a7eeb230b7dd96aabf1b4c (diff)
downloadpfsense-d5f60dba2dd94347b005a4540ece7caf012e0ca2.zip
pfsense-d5f60dba2dd94347b005a4540ece7caf012e0ca2.tar.gz
Twiddle softupdates bits during console muting.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 08c0a0f..217367a 100755
--- a/etc/rc
+++ b/etc/rc
@@ -38,15 +38,15 @@ if [ "$PLATFORM" = "embedded" ]; then
/etc/rc.embedded
fi
-# Enable console output if its muted.
-/sbin/conscontrol mute off >/dev/null
-
# Enable Softupdates if enablesoftupdates is found in config.xml
SOFTUPDATES=`/usr/bin/grep "enablesoftupdates" /cf/conf/config.xml | wc -l`
if [ $SOFTUPDATES -gt 0 ]; then
/sbin/tunefs -n enable / 2>/dev/null
fi
+# Enable console output if its muted.
+/sbin/conscontrol mute off >/dev/null
+
# Mount memory file system if it exists
echo -n "Mounting filesystems..."
/sbin/mount -a
OpenPOWER on IntegriCloud