aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-10-28 14:31:40 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-10-28 14:31:40 +0000
commit78ba546662a31fa03d74f03f7c32be98dfb69fe0 (patch)
treec9af3e14b89645efb324179e7c2f2633210557a3 /etc
parentaa29dffdf87a697019df57ca9bf40cd2d3848aa4 (diff)
Notes
Diffstat (limited to 'etc')
-rwxr-xr-xetc/pccard_ether4
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