Browse Source

bit too rushed :-)

OPENBSD_3_6
deraadt 20 years ago
parent
commit
9966f66b52
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      src/etc/rc.securelevel

+ 6
- 1
src/etc/rc.securelevel View File

@ -1,4 +1,4 @@
# $OpenBSD: rc.securelevel,v 1.15 2004/07/06 04:03:41 henning Exp $
# $OpenBSD: rc.securelevel,v 1.16 2004/07/06 04:05:03 deraadt Exp $
# #
# site-specific startup actions, daemons, and other things which # site-specific startup actions, daemons, and other things which
# can be done BEFORE your system goes into securemode. For actions # can be done BEFORE your system goes into securemode. For actions
@ -14,4 +14,9 @@
securelevel=1 securelevel=1
echo -n 'starting pre-securelevel daemons:' echo -n 'starting pre-securelevel daemons:'
#
# Place local actions here.
#
echo '.' echo '.'

Loading…
Cancel
Save