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

Diff for /src/etc/Attic/rc.local between version 1.9 and 1.10

version 1.9, 1997/01/03 07:48:50 version 1.10, 1997/04/15 09:26:47
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 # site-specific startup actions, daemons  # site-specific startup actions, daemons, and other things which
   # can be done AFTER your system goes into securemode.  For actions
   # which should be done BEFORE your system has gone into securemode
   # please see /etc/rc.securelevel
   
   # site-specific startup actions, daemons which can be run
 # Add your local changes additions to this file  # Add your local changes additions to this file
   
 echo -n 'starting local daemons:'  echo -n 'starting local daemons:'
Line 11 
Line 16 
   
 #if [ -f /usr/local/sbin/sshd ]; then  #if [ -f /usr/local/sbin/sshd ]; then
 #       echo -n ' sshd';        /usr/local/sbin/sshd  #       echo -n ' sshd';        /usr/local/sbin/sshd
 #fi  
   
 # Alternatively, xdm smay be started in /etc/ttys.  
 #if [ -x /usr/X11R6/bin/xdm ]; then  
 #       echo -n ' xdm';         /usr/X11R6/bin/xdm  
 #fi  #fi
   
 #if [ -x /usr/local/bin/xntpd ]; then  #if [ -x /usr/local/bin/xntpd ]; then

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10