]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Die debug
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Jan 2007 18:37:58 +0000 (18:37 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Jan 2007 18:37:58 +0000 (18:37 +0000)
svn-id: @8187

sysconfig/network-scripts/ifup-aliases

index 80bad976d62b5e3f74b6130fdc92c3e571df10fd..6c384eeca2f8168a63fd2851734b382f08713b9d 100755 (executable)
@@ -74,7 +74,6 @@ for IP_ADDR in $IPV6_ADDR; do
 done
 
 for nr in $(awk 'BEGIN { max=0; }; /^IPADDR[0-9]+=/ { s = $0; gsub(/^IPADDR/, "", s); gsub(/=.*/, "", s); if (int(s) > int(max)) { max=s; }; };  END { for(j=1; j<=int(max); j++) print j } ' $CONFIG); do
-       echo $nr
        eval IP_ADDR="\$IPADDR${nr}"
        [ -z "$IP_ADDR" ] && continue
 
This page took 0.057912 seconds and 4 git commands to generate.