From a4b171d32e146e886dbff91a8ecd881821627a6a Mon Sep 17 00:00:00 2001 From: Sebastian Moeller Date: Thu, 5 Mar 2015 10:42:26 +0100 Subject: [PATCH] sqm-scripts: quiet the hotplug script (supress debugging output) The hotplug script for sqm-scripts had debug logging enabled, since that is not needed for normal use, this commit silences the hotplug script again. Signed-off-by: Sebastian Moeller --- net/sqm-scripts/files/etc/hotplug.d/iface/11-sqm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/sqm-scripts/files/etc/hotplug.d/iface/11-sqm b/net/sqm-scripts/files/etc/hotplug.d/iface/11-sqm index 9543acd..2eb7adb 100755 --- a/net/sqm-scripts/files/etc/hotplug.d/iface/11-sqm +++ b/net/sqm-scripts/files/etc/hotplug.d/iface/11-sqm @@ -1,7 +1,8 @@ #!/bin/sh # teach SQM to re-enable itself when an interface re-appears -logger -t SQM -s "hotplug on interface: ${DEVICE} action: ${ACTION}" +#echo "${IFACE} does currently not exist, not even trying starting SQM on nothing." > /dev/kmsg +#logger -t SQM -s "hotplug on interface: ${DEVICE} action: ${ACTION}" [ "$ACTION" = ifup ] && /usr/lib/sqm/run.sh interface ${DEVICE}