From f45c3abd5697fa89d1a6431d8dbf5e96e6804ca8 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Tue, 6 Dec 2005 06:45:42 +0000 Subject: Added interface param to dhcpcd -k calls in network and netcfg --- network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') diff --git a/network b/network index f66303c..b3d13b9 100755 --- a/network +++ b/network @@ -58,7 +58,7 @@ ifdown() eval ifcfg="\$${1}" if [ "$ifcfg" = "dhcp" ]; then if [ -f /etc/dhcpc/dhcpcd-${1}.pid ]; then - /sbin/dhcpcd -k + /sbin/dhcpcd -k ${1} else # No .pid file, just bring the interface itself down /sbin/ifconfig ${1} down -- cgit v1.2.3