[BACK]Return to netstart CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/netstart between version 1.73 and 1.74

version 1.73, 2000/11/08 19:09:29 version 1.74, 2000/11/27 17:14:00
Line 114 
Line 114 
             set -- $cmd2              set -- $cmd2
             af="$1" name="$2" mask="$3" bcaddr="$4" ext1="$5" cmd2=              af="$1" name="$2" mask="$3" bcaddr="$4" ext1="$5" cmd2=
             # make sure and get any remaining args in ext2, like the read below              # make sure and get any remaining args in ext2, like the read below
             i=1; while [ i -lt 6 -a "$1" ]; do shift; let i=i+1; done              i=1; while [ i -lt 6 -a -n "$1" ]; do shift; let i=i+1; done
             ext2="$@"              ext2="$@"
         else          else
             # read the next line or exit the while loop              # read the next line or exit the while loop

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74