diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-12-30 17:59:57 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-12-30 17:59:57 +0100 |
commit | 454d7b63d70895ca8278c439ce75775d58c9ed6f (patch) | |
tree | 20f774cc30728f57d27e84430245fa963bb2fde2 /src | |
parent | cb6404f27347226bc8c30ac432c808729964232d (diff) | |
download | netctl-454d7b63d70895ca8278c439ce75775d58c9ed6f.tar.gz netctl-454d7b63d70895ca8278c439ce75775d58c9ed6f.tar.xz |
Forgotten lines on automatic connection scripts
- The services now bind to their interfaces correctly.
- Documentation of ExcludeAuto is added.
Diffstat (limited to 'src')
-rwxr-xr-x | src/lib/auto.action | 1 |
1 files changed, 0 insertions, 1 deletions
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 |