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

Diff for /src/etc/rc between version 1.213 and 1.214

version 1.213, 2003/01/03 18:39:58 version 1.214, 2003/01/06 20:40:39
Line 544 
Line 544 
   
 echo '.'  echo '.'
   
 if [ -f /etc/wsconsctl.conf ]; then  if [ -x /sbin/wsconsctl -a -f /etc/wsconsctl.conf ]; then
 (  (
         # delete comments and blank lines          # delete comments and blank lines
           saveIFS=$IFS
           IFS="
   "
         set -- `stripcom /etc/wsconsctl.conf`          set -- `stripcom /etc/wsconsctl.conf`
           IFS=$save_IFS
         while [ $# -ge 1 ] ; do          while [ $# -ge 1 ] ; do
                 wsconsctl -w $1                  eval /sbin/wsconsctl -w $1
                 shift                  shift
         done          done
 )  )

Legend:
Removed from v.1.213  
changed lines
  Added in v.1.214