diff options
| author | Martin Blapp <mbr@FreeBSD.org> | 2003-09-15 18:27:38 +0000 |
|---|---|---|
| committer | Martin Blapp <mbr@FreeBSD.org> | 2003-09-15 18:27:38 +0000 |
| commit | 516b220f3e556ad459b32ff7798efdd94cdc3a83 (patch) | |
| tree | 27ca79225053491dbbf6ffbbbbcbc28ac10dfb51 /etc/pccard_ether | |
| parent | db38f9cb0ee85c16202758d390597802fa55659d (diff) | |
Notes
Diffstat (limited to 'etc/pccard_ether')
| -rwxr-xr-x | etc/pccard_ether | 2 |
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]) |
