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

Diff for /src/etc/rc between version 1.36 and 1.37

version 1.36, 1997/06/17 13:13:47 version 1.37, 1997/06/20 13:01:34
Line 312 
Line 312 
         echo -n ' rbootd';              rbootd ${rbootd_flags}          echo -n ' rbootd';              rbootd ${rbootd_flags}
 fi  fi
   
   if [ -x /usr/sbin/screenblank ]; then
           echo -n ' screenblank'; /usr/sbin/screenblank
   fi
   
 echo '.'  echo '.'
   
 if [ -f /sbin/kbd -a -f /etc/kbdtype ]; then  if [ -f /sbin/kbd -a -f /etc/kbdtype ]; then

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37