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

Diff for /src/etc/rc between version 1.54 and 1.55

version 1.54, 1997/11/08 20:45:33 version 1.55, 1997/11/19 23:44:21
Line 76 
Line 76 
 mount /usr >/dev/null 2>&1  mount /usr >/dev/null 2>&1
 mount /var >/dev/null 2>&1  mount /var >/dev/null 2>&1
   
   # clean up left-over files
   rm -f /etc/nologin
   rm -f /var/spool/lock/LCK.*
   rm -f /var/spool/uucp/STST/*
   (cd /var/run && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; })
   
 # $named_flags is imported from /etc/rc.conf;  # $named_flags is imported from /etc/rc.conf;
 # if $named_flags != NO, named is run.  # if $named_flags != NO, named is run.
 if [ "X${named_flags}" != X"NO" ]; then  if [ "X${named_flags}" != X"NO" ]; then
Line 112 
Line 118 
 if [ "X${photurisd_flags}" != X"NO" -a -e /etc/photuris/photuris.conf ]; then  if [ "X${photurisd_flags}" != X"NO" -a -e /etc/photuris/photuris.conf ]; then
         echo 'starting photurisd';      photurisd ${photurisd_flags}          echo 'starting photurisd';      photurisd ${photurisd_flags}
 fi  fi
   
 # clean up left-over files  
 rm -f /etc/nologin  
 rm -f /var/spool/lock/LCK.*  
 rm -f /var/spool/uucp/STST/*  
 (cd /var/run && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; })  
   
 echo -n 'starting rpc daemons:'  echo -n 'starting rpc daemons:'
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55