Skip to content

Commit

Permalink
base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on u…
Browse files Browse the repository at this point in the history
…pgrade

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31851 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed May 23, 2012
1 parent ac48dc9 commit 8388655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/base-files/files/lib/upgrade/common.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ kill_remaining() { # [ <signal> ]


case "$name" in case "$name" in
# Skip essential services # Skip essential services
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;; *ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;


# Killable process # Killable process
*) *)
Expand Down

0 comments on commit 8388655

Please sign in to comment.