aboutsummaryrefslogtreecommitdiff
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-09-15 18:27:38 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-09-15 18:27:38 +0000
commit516b220f3e556ad459b32ff7798efdd94cdc3a83 (patch)
tree27ca79225053491dbbf6ffbbbbcbc28ac10dfb51 /etc/pccard_ether
parentdb38f9cb0ee85c16202758d390597802fa55659d (diff)
Notes
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index fcea104dca0e..6f16ef05087b 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])