From 49d769c6e6eae844c6ffe30817024ea70bb2f60c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 13 May 2015 19:51:42 +0200 Subject: [PATCH] core90: work around dhcp client hang at shutdown after update. --- config/rootfiles/core/90/update.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 # -- 2.39.2