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

Annotation of src/etc/rc.local, Revision 1.10

1.10    ! deraadt     1: #      $OpenBSD: rc.local,v 1.9 1997/01/03 07:48:50 deraadt Exp $
1.4       deraadt     2:
1.10    ! deraadt     3: # site-specific startup actions, daemons, and other things which
        !             4: # can be done AFTER your system goes into securemode.  For actions
        !             5: # which should be done BEFORE your system has gone into securemode
        !             6: # please see /etc/rc.securelevel
        !             7:
        !             8: # site-specific startup actions, daemons which can be run
1.4       deraadt     9: # Add your local changes additions to this file
1.1       deraadt    10:
1.4       deraadt    11: echo -n 'starting local daemons:'
1.1       deraadt    12:
1.4       deraadt    13: #if [ -f /usr/local/etc/httpd/http ]; then
                     14: #      echo -n ' httpd';       /usr/local/etc/httpd/httpd
                     15: #fi
1.1       deraadt    16:
1.4       deraadt    17: #if [ -f /usr/local/sbin/sshd ]; then
                     18: #      echo -n ' sshd';        /usr/local/sbin/sshd
1.6       deraadt    19: #fi
                     20:
                     21: #if [ -x /usr/local/bin/xntpd ]; then
1.7       deraadt    22: #      /usr/local/sbin/tickadj -Aq
                     23: #      echo -n ' xntpd';       /usr/local/sbin/xntpd
1.4       deraadt    24: #fi
1.1       deraadt    25:
                     26: echo '.'