From 046f9da64727f08ae243c1aac8ccdb46b95847ac Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Thu, 5 Jul 2012 13:50:04 +0200 Subject: Don't try to kill a dead wpa_actiond (FS#29963) wpa_actiond kills itself when wpa_supplicant propagates its termination. --- scripts/netcfg-wpa_actiond | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/netcfg-wpa_actiond b/scripts/netcfg-wpa_actiond index f2d2382..345b9b0 100755 --- a/scripts/netcfg-wpa_actiond +++ b/scripts/netcfg-wpa_actiond @@ -18,7 +18,6 @@ case $1 in interface=$2 [[ -f "$IFACE_DIR/$interface" ]] && source "$IFACE_DIR/$interface" netcfg -D "$interface" - kill $(< "/run/wpa_actiond_${2}.pid") # only try to disable software rfkill switches (FS#25514) if [[ "$RFKILL" == "soft" ]]; then set_rf_state "$interface" disabled $RFKILL_NAME || exit $? -- cgit v1.2.3-24-g4f1b