summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2008-05-30 14:36:02 +0200
committerJames Rayner <james@archlinux.org>2008-05-30 14:36:02 +0200
commitf45d6873679bd1baa8425c3ee23f3890feb283c3 (patch)
treea67392a975fed2ccf63a44664a3f43e02a35a83e
parent23cbda48fb94ca4f9555157560ebb52dfb636a3d (diff)
downloadnetctl-f45d6873679bd1baa8425c3ee23f3890feb283c3.tar.gz
netctl-f45d6873679bd1baa8425c3ee23f3890feb283c3.tar.xz
FS10369
-rw-r--r--src/network.subr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network.subr b/src/network.subr
index bfcfe45..8af51b8 100644
--- a/src/network.subr
+++ b/src/network.subr
@@ -52,6 +52,7 @@ all_down()
ls -1 $STATE_DIR/profiles/ | while read prof; do
profile_down $prof
done
+ rm_daemon net-profiles
}
# all_suspend