From 0fa1f0eeb3422ba0e84a346a20437172f26859da Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 1 Jul 2005 02:54:50 +0000 Subject: fixed a --stopall bug in netcfg --- netcfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netcfg') diff --git a/netcfg b/netcfg index d9166f9..2136365 100755 --- a/netcfg +++ b/netcfg @@ -58,7 +58,7 @@ stop_all() [ -d $STATE_DIR ] || return for prof in `ls $STATE_DIR`; do unset INTERFACE - . $prof + . $STATE_DIR/$prof stop_profile $INTERFACE done } -- cgit v1.2.3