diff options
author | James Rayner <james@archlinux.org> | 2009-02-16 11:09:06 +0100 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-02-16 11:09:06 +0100 |
commit | 371cd06f36328ba0ddb75fe64102e8fc232a7fd3 (patch) | |
tree | 1584bb6d4eafe2cd2ee257d9c9b1d3ef1cc67a58 /src/network | |
parent | cfcf836b94c5f3b520f0022942b1932c566eefdb (diff) | |
download | netctl-371cd06f36328ba0ddb75fe64102e8fc232a7fd3.tar.gz netctl-371cd06f36328ba0ddb75fe64102e8fc232a7fd3.tar.xz |
various fixes, and new quirk 'noacheck'
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network b/src/network index 3766172..1011c9d 100644 --- a/src/network +++ b/src/network @@ -54,7 +54,6 @@ all_down() for prof in find "$STATE_DIR/profiles" -maxdepth 1 -type f; do profile_down $prof done - rm_daemon net-profiles } # all_suspend @@ -127,7 +126,6 @@ profile_up() set_profile up $1 unset EXCLUSIVE - add_daemon net-profiles stat_done ); return $? } |