--- /etc/ifplugd/ifplugd.action.orig 2007-05-18 21:28:08.000000000 +0300 +++ /etc/ifplugd/ifplugd.action 2007-05-18 21:29:09.000000000 +0300 @@ -21,7 +21,7 @@ eval ifcfg="\$${1}" if [ "$ifcfg" = "dhcp" ]; then # remove the .pid file if it exists - rm -f /etc/dhcpc/dhcpcd-${1}.{pid,cache} >/dev/null 2>&1 + rm -f /var/run/dhcpcd-${1}.{pid,cache} >/dev/null 2>&1 /sbin/dhcpcd $DHCPCD_ARGS ${1} else /sbin/ifconfig $ifcfg @@ -33,7 +33,7 @@ { eval ifcfg="\$${1}" if [ "$ifcfg" = "dhcp" ]; then - /bin/kill `cat /etc/dhcpc/dhcpcd-${1}.pid` + /bin/kill `cat /var/run/dhcpcd-${1}.pid` fi /sbin/ifconfig ${1} down return $?