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

Diff for /src/etc/Attic/rc.local between version 1.7 and 1.8

version 1.7, 1996/09/21 07:23:55 version 1.8, 1997/01/01 20:14:03
Line 13 
Line 13 
 #       echo -n ' sshd';        /usr/local/sbin/sshd  #       echo -n ' sshd';        /usr/local/sbin/sshd
 #fi  #fi
   
   #
   # you may also look at /etc/ttys on some architectures
   # (i386 for example) - there is an commented out example
   # how to start xdm via init
   #
 #if [ -x /usr/X11R6/bin/xdm ]; then  #if [ -x /usr/X11R6/bin/xdm ]; then
 #       echo -n ' xdm';         /usr/X11R6/bin/xdm  #       echo -n ' xdm';         /usr/X11R6/bin/xdm
 #fi  #fi

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8