From fe13d4e327186b75749c4357c83ae48fa9f3cae4 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 16 Oct 2000 19:03:48 +0000 Subject: Avoid passing the optional ifconfig arguments to dhcpc as well as ifconfig. This bug has been here since revision 1.8. --- etc/pccard_ether | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/pccard_ether') 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 -- cgit v1.1