Correct comment

Submitted by:	Mike Makonnen <makonnen@pacbell.net>
This commit is contained in:
Gordon Tetlow 2002-08-09 17:33:07 +00:00
parent 563b79eff4
commit e4bc448975
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ network_start()
fi
done
# catch-all for interfaces that haven't been 'ifconfig'ed so far
# Display ifconfiged interfaces
for ifn in ${network_interfaces}; do
eval showstat=\$showstat_${ifn}
if [ ! -z ${showstat} ]; then

View File

@ -197,7 +197,7 @@ network_start()
fi
done
# catch-all for interfaces that haven't been 'ifconfig'ed so far
# Display ifconfiged interfaces
for ifn in ${network_interfaces}; do
eval showstat=\$showstat_${ifn}
if [ ! -z ${showstat} ]; then