From dcf6b34757ccef47ea87e46e226fd96c271c879c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 19 Apr 2002 16:08:36 +0000 Subject: wrong fix (aside from the syntax issue) - the dhcpcd pid file moved, just deal with the new location --- sysconfig/network-scripts/ifdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifdown b/sysconfig/network-scripts/ifdown index 6aa00b61..bcbab1f0 100755 --- a/sysconfig/network-scripts/ifdown +++ b/sysconfig/network-scripts/ifdown @@ -69,8 +69,8 @@ fi retcode=0 if [ "$BOOTPROTO" = bootp -o "$BOOTPROTO" = dhcp ]; then - [ -n "`pidof -x dhcpcd`" && -r "/var/run/dhcpcd-${DEVICE}.pid" ] && { - kill `cat /var/run/dhcpcd-${DEVICE}.pid` + [ -n "`pidof -x dhcpcd`" ] && { + kill `cat /etc/dhcpc/dhcpcd-${DEVICE}.pid` retcode=$? } [ -n "`pidof -x pump`" ] && { -- cgit v1.2.1