diff options
author | joe <joe@FreeBSD.org> | 2000-10-16 19:03:48 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2000-10-16 19:03:48 +0000 |
commit | fe13d4e327186b75749c4357c83ae48fa9f3cae4 (patch) | |
tree | 38cf7c769e5b7854568d7d0e31ae625caa012f2e /etc/pccard_ether | |
parent | 35828f956beadb8355e5e636c420ff640245437f (diff) | |
download | FreeBSD-src-fe13d4e327186b75749c4357c83ae48fa9f3cae4.zip FreeBSD-src-fe13d4e327186b75749c4357c83ae48fa9f3cae4.tar.gz |
Avoid passing the optional ifconfig arguments to dhcpc as well as ifconfig.
This bug has been here since revision 1.8.
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 6e2475e..ae05453 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -34,7 +34,7 @@ case ${pccard_ifconfig} in kill `cat /var/run/dhcpc.pid` rm /var/run/dhcpc.pid fi - /usr/local/sbin/dhcpc $interface $* + /usr/local/sbin/dhcpc $interface else echo "DHCP client software not available (isc-dhcp2)" fi |