summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-09 00:34:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-09 00:34:29 +0000
commit2c7e6c2724a16a4e994d053757bd04044cd883bd (patch)
tree62fce72c6e8794c70b977e42795f897796209c12 /etc/inc
parentae03154f320466e806e3b81b11ad2b9c666f93fa (diff)
downloadpfsense-2c7e6c2724a16a4e994d053757bd04044cd883bd.zip
pfsense-2c7e6c2724a16a4e994d053757bd04044cd883bd.tar.gz
Reenable mute
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index ac0d9ae..7d41bc5 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1311,12 +1311,10 @@ function backup_config() {
}
function mute_kernel_msgs() {
- return;
exec("/sbin/conscontrol mute on");
}
function unmute_kernel_msgs() {
- return;
exec("/sbin/conscontrol mute off");
}
OpenPOWER on IntegriCloud