Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.

22 lines
635 B

  1. # $OpenBSD: rc.securelevel,v 1.16 2004/07/06 04:05:03 deraadt Exp $
  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. # This is the desired security level
  8. # XXX
  9. # XXX it is not really acceptable to put this value in a configuration
  10. # XXX file, because locking it down requires immutability on about
  11. # XXX 5 files instead of 2 (the kernel and init)
  12. # XXX
  13. securelevel=1
  14. echo -n 'starting pre-securelevel daemons:'
  15. #
  16. # Place local actions here.
  17. #
  18. echo '.'