Remove enabling of collectd wlan statistik plugin.

This is not supported by newer drivers.
This commit is contained in:
Arne Fitzenreiter
2009-11-12 23:46:59 +01:00
parent ce85736681
commit 9b3d60f18d

View File

@@ -93,8 +93,6 @@ case "${1}" in
echo_failure;
exit 0;
else
# enable wlan module of collectd
sed -i -e "s|#LoadPlugin wireless|LoadPlugin wireless|g" /etc/collectd.conf
echo_ok
fi
;;