From: Arne Fitzenreiter Date: Wed, 13 May 2015 17:51:42 +0000 (+0200) Subject: core90: work around dhcp client hang at shutdown after update. X-Git-Tag: v2.17-core91~30^2^2~17 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=49d769c6e6eae844c6ffe30817024ea70bb2f60c;ds=sidebyside core90: work around dhcp client hang at shutdown after update. --- diff --git a/config/rootfiles/core/90/update.sh b/config/rootfiles/core/90/update.sh index 460c017b16..e57bc17f9e 100644 --- a/config/rootfiles/core/90/update.sh +++ b/config/rootfiles/core/90/update.sh @@ -211,6 +211,10 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" # Remove old udev configuration rm -vf /etc/udev/rules.d/30-persistent-network.rules +# Remove pids from dhcp client because it hang at normal shutdown +# so let the sysvinit kill it +rm -f /run/dhcpcd-*.pid + # # Start services #