summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index fcea104..6f16ef0 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -65,7 +65,7 @@ stop_dhcp() {
else
return
fi
- kill `cat ${pidfile}`
+ /sbin/dhclient -r ${interface}
rm -f ${pidfile}
case ${startstop} in
[Ss][Tt][Oo][Pp])
OpenPOWER on IntegriCloud