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

Diff for /src/etc/Attic/rc.local between version 1.11 and 1.12

version 1.11, 1997/05/04 20:46:07 version 1.12, 1997/06/12 14:52:24
Line 18 
Line 18 
 #       echo -n ' sshd';        /usr/local/sbin/sshd  #       echo -n ' sshd';        /usr/local/sbin/sshd
 #fi  #fi
   
   # Set pcvt screen saver time to 5min (see scon(1) for more options)
   #if test -x /usr/sbin/ispcvt -a -x /usr/sbin/scon && /usr/sbin/ispcvt; then
   #       echo -n ' scon';        /usr/sbin/scon -t 300
   #fi
   
 # Alternatively, xdm may be started in /etc/ttys.  # Alternatively, xdm may be started in /etc/ttys.
 #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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12