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

Diff for /src/etc/rc between version 1.306 and 1.307

version 1.306, 2007/10/15 20:58:10 version 1.307, 2007/11/11 16:12:11
Line 94 
Line 94 
         set -- `stripcom /etc/wsconsctl.conf`          set -- `stripcom /etc/wsconsctl.conf`
         IFS="$save_IFS"          IFS="$save_IFS"
         while [ $# -ge 1 ] ; do          while [ $# -ge 1 ] ; do
                 eval /sbin/wsconsctl -w $1                  eval /sbin/wsconsctl $1
                 shift                  shift
         done          done
 }  }

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.307