summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 00:45:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 00:45:34 +0000
commitf5942759035bf0d20a89adfc0cf3b00cfdb7af64 (patch)
tree54e71b26d2cde5f50e90d16c400bcf9e9546939f /etc/rc
parent92e17b1a2c5c806e4f47518b937a442b8660db6f (diff)
downloadpfsense-f5942759035bf0d20a89adfc0cf3b00cfdb7af64.zip
pfsense-f5942759035bf0d20a89adfc0cf3b00cfdb7af64.tar.gz
Send conscontrol output to the bit bucket
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index ab0899e..3ffa94e 100755
--- a/etc/rc
+++ b/etc/rc
@@ -41,7 +41,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then
/usr/local/bin/php -f /etc/rc.conf_mount_rw
fi
-/sbin/conscontrol mute off
+/sbin/conscontrol mute off >/dev/null
if [ ! "$PLATFORM" = "cdrom" ]; then
/bin/mkdir -p /usr/savecore 2>/dev/null
OpenPOWER on IntegriCloud