From fa6d682d8bb1d95525e9f6540917446ad1247ea6 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Wed, 12 Oct 2005 16:53:43 +0000 Subject: another quick fix for netcfg stuff (no rebuild yet) --- network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'network') diff --git a/network b/network index 978a4fe..b16c9f1 100755 --- a/network +++ b/network @@ -212,9 +212,9 @@ case "$1" in # echo "Network is not running. Try 'network start'" # exit #fi - if [ "$NET_PROFILES" ]; then - /usr/bin/netcfg --stopall - fi + + # shutdown any profiles started by netcfg (or from NET_PROFILES in rc.conf) + /usr/bin/netcfg --stopall stat_busy "Stopping Network" rm_daemon network -- cgit v1.2.3