From: Diego T. <rap...@us...> - 2004-03-21 20:25:44
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13806/config/etc/init.d Modified Files: network Log Message: oneliner Index: network =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/network,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- network 13 Mar 2004 01:11:12 -0000 1.29 +++ network 21 Mar 2004 20:15:20 -0000 1.30 @@ -249,7 +249,7 @@ echo " adding route to $CMD ${target}${netmask:+/$netmask}${gateway:+ via gateway $gateway} on $DEVICE" route add -$CMD ${target} ${netmask:+netmask $netmask} ${gateway:+gw $gateway} dev $DEVICE else -v echo " adding route to -$CMD $destination ${gateway:+ via gateway $gateway} on $DEVICE" + echo " adding route to -$CMD $destination ${gateway:+ via gateway $gateway} on $DEVICE" route add -$CMD ${destination} ${gateway:+gw $gateway} dev $DEVICE fi done |