From 454d7b63d70895ca8278c439ce75775d58c9ed6f Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Sun, 30 Dec 2012 17:59:57 +0100 Subject: Forgotten lines on automatic connection scripts - The services now bind to their interfaces correctly. - Documentation of ExcludeAuto is added. --- src/lib/auto.action | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib/auto.action b/src/lib/auto.action index bfb5f1d..bdbb9ad 100755 --- a/src/lib/auto.action +++ b/src/lib/auto.action @@ -12,7 +12,6 @@ PROFILE_FILE="$STATE_DIR/wpa_actiond_$interface.profile" # Is it possible that we don't get a profile?! [[ "$profile" ]] && load_profile "$profile" -# TODO: copy some from 'network' case $action in CONNECT) if [[ -z $profile ]]; then -- cgit v1.2.3-24-g4f1b