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

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

version 1.37, 1997/06/20 13:01:34 version 1.38, 1997/07/22 10:02:47
Line 312 
Line 312 
         echo -n ' rbootd';              rbootd ${rbootd_flags}          echo -n ' rbootd';              rbootd ${rbootd_flags}
 fi  fi
   
   # $photurisd_flags is imported from /etc/netstart;
   # If $photurisd_flags == NO or /etc/photuris/ doesn't exist, then
   # photurisd isn't run.
   if [ "X${photurisd_flags}" != X"NO" -a -d /etc/photuris ]; then
           echo -n ' photurisd';           photurisd ${photurisd_flags}
   fi
   
 if [ -x /usr/sbin/screenblank ]; then  if [ -x /usr/sbin/screenblank ]; then
         echo -n ' screenblank'; /usr/sbin/screenblank          echo -n ' screenblank'; /usr/sbin/screenblank
 fi  fi

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