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

Diff for /src/etc/rc between version 1.72 and 1.73

version 1.72, 1998/05/13 21:10:03 version 1.73, 1998/05/14 23:58:01
Line 293 
Line 293 
         echo 'turning on accounting';   accton /var/account/acct          echo 'turning on accounting';   accton /var/account/acct
 fi  fi
   
 echo -n standard daemons:  
 echo -n ' cron';                cron  
 echo '.'  
   
 echo -n starting network daemons:  echo -n starting network daemons:
   
 # $gated and $routed_flags are imported from /etc/rc.conf.  # $gated and $routed_flags are imported from /etc/rc.conf.
Line 414 
Line 410 
 fi  fi
   
 [ -f /etc/rc.local ] && . /etc/rc.local  [ -f /etc/rc.local ] && . /etc/rc.local
   
   echo -n standard daemons:
   echo -n ' cron';                cron
   echo '.'
   
 date  date
   

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73