From e772aeae76f2ad704a834dc17df02dbc137a6573 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Thu, 15 Sep 2005 20:05:07 +0000 Subject: modified netcfg/network scripts -- you can list multiple entries in NET_PROFILES that use the same INTERFACE. They will be started one at a time, and the first successful one will be kept. --- network | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'network') diff --git a/network b/network index d9f5605..23629bf 100755 --- a/network +++ b/network @@ -172,7 +172,7 @@ case "$1" in else for prof in ${NET_PROFILES[@]}; do if [ "$prof" = "${prof#!}" ]; then - /usr/bin/netcfg $prof + /usr/bin/netcfg -c $prof fi done fi @@ -245,3 +245,5 @@ case "$1" in echo "usage: $0 {start|stop|restart}" echo " $0 {ifup|ifdown|iflist|rtup|rtdown|rtlist}" esac + +# vim: set ts=2 noet: -- cgit v1.2.3