diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-10-28 14:31:40 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-10-28 14:31:40 +0000 |
| commit | 78ba546662a31fa03d74f03f7c32be98dfb69fe0 (patch) | |
| tree | c9af3e14b89645efb324179e7c2f2633210557a3 /etc | |
| parent | aa29dffdf87a697019df57ca9bf40cd2d3848aa4 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/pccard_ether | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether index 80f4a2287384a..15d01972ad715 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -46,7 +46,7 @@ fi interface=$1 shift -startstop=$2 +startstop=$1 shift case ${startstop} in @@ -101,7 +101,7 @@ case ${startstop} in ;; # Stop the interface *) - /sbin/ifconfig $device delete + /sbin/ifconfig ${interface} delete stop_dhcp ;; esac |
