summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-08 02:10:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-08 02:10:43 +0000
commitbd7aa6d1efc1e5733bbfbdf03f4dc32306a7ef96 (patch)
tree694435cb7816b7a1e08d02060bcee851fc73b32e /etc/inc/config.inc
parent0912a5f522d13ca328c2944d1d9d56beb9b2cd23 (diff)
downloadpfsense-bd7aa6d1efc1e5733bbfbdf03f4dc32306a7ef96.zip
pfsense-bd7aa6d1efc1e5733bbfbdf03f4dc32306a7ef96.tar.gz
Disable muting of messages for time being
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 53f5ae1..d5e7f87 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1311,10 +1311,12 @@ 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