diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-01-08 01:58:32 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-01-08 01:58:32 +0000 |
commit | 7a4e0c363aa5a25a81d7bc5d6f1d30f762a7fd62 (patch) | |
tree | f5e0469a0f86f15d229cc9c91bbdd67ce15f5680 /share/man | |
parent | 2befdbaf7428341a4ce0f53b82cb92577fb3f0af (diff) |
securelevel is specified in rc.securelevel, not rc.conf
Diffstat (limited to 'share/man')
-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 |