diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-10-16 19:03:48 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-10-16 19:03:48 +0000 |
| commit | 3b7c548b4b0cf2e2da4772621233a7d1a4a16563 (patch) | |
| tree | 569d80fd5270f0080acbe2b413c32634d190d7c0 | |
| parent | 707f3553686f1de13875e3867b315bd7aa1ad680 (diff) | |
Notes
| -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 6e2475e1e22b..ae05453f1902 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 |
