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

Annotation of src/etc/rc.securelevel, Revision 1.8

1.8     ! deraadt     1: #      $OpenBSD: rc.securelevel,v 1.7 1998/02/16 23:24:13 deraadt Exp $
1.1       deraadt     2: #
                      3: # site-specific startup actions, daemons, and other things which
                      4: # can be done BEFORE your system goes into securemode.  For actions
                      5: # which should be done AFTER your system has gone into securemode
                      6: # please see /etc/rc.local
                      7:
                      8: # This is the desired security level
                      9: # XXX
1.4       kstailey   10: # XXX it is not really acceptable to put this value in a configuration
1.1       deraadt    11: # XXX file, because locking it down requires immutability on about
                     12: # XXX 5 files instead of 2 (the kernel and init)
                     13: # XXX
                     14: securelevel=1
                     15:
1.3       millert    16: echo 'starting pre-securelevel services:'
                     17:
1.1       deraadt    18: echo -n 'starting pre-securelevel daemons:'
                     19:
1.6       niklas     20: # Former ntpd versions was called xntpd, change the ntpd references below
                     21: # to xntpd if you run such a version.
                     22: #if [ -x /usr/local/sbin/ntpd ]; then
1.3       millert    23: #       /usr/local/sbin/tickadj -Aq
1.6       niklas     24: #       echo -n ' ntpd';       /usr/local/sbin/ntpd
1.5       deraadt    25: #fi
1.1       deraadt    26:
                     27: echo '.'