diff options
author | 2000-01-08 01:58:31 +0000 | |
---|---|---|
committer | 2000-01-08 01:58:31 +0000 | |
commit | e8397cbb8533374f2e6401b297203cc6da3cf6dc (patch) | |
tree | 4aaf8140055616a6ce2bf53c3271a367ca96fabf | |
parent | Most of this is covered in securelevel(7) now. (diff) | |
download | wireguard-openbsd-e8397cbb8533374f2e6401b297203cc6da3cf6dc.tar.xz wireguard-openbsd-e8397cbb8533374f2e6401b297203cc6da3cf6dc.zip |
securelevel is specified in rc.securelevel, not rc.conf
-rw-r--r-- | share/man/man8/rc.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index f3aa3d7dce3..8efabe20cd9 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.8,v 1.9 1999/12/09 01:13:44 aaron Exp $ +.\" $OpenBSD: rc.8,v 1.10 2000/01/08 01:58:31 hugh Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -118,8 +118,9 @@ is executed by to start daemons that must run before the security level changes. Following this, .Nm rc -then sets the security level to the values specified in -.Nm rc.conf . +then sets the security level to the value specified in the +.Va securelevel +variable in that file. .Pp .Nm rc.local is executed towards the end of |