diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-25 12:46:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-25 12:46:01 +0000 |
commit | 62e1681af2fcaf309d9c215f2bbf9ef885b006f3 (patch) | |
tree | 870feec23a7d5a021303a5051dd910b2bd5e8edc /share | |
parent | 96e09174ace56b3b2c31352e2c892e3def355f0b (diff) |
no need for a separate ENVIRONMENT section;
ok ajacoutot schwarze
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/rc.8 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index b6f7a4b93f3..3c6d8ebcd38 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.8,v 1.32 2011/04/25 08:25:44 jmc Exp $ +.\" $OpenBSD: rc.8,v 1.33 2011/04/25 12:46:00 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -71,6 +71,15 @@ and .Xr rc.conf.local 8 , which specify which daemons and services to run. .Pp +Before +.Xr init 8 +starts +.Nm rc , +it sets the process priority, umask, and resource limits according to the +.Dq daemon +login class as described in +.Xr login.conf 5 . +.Pp When booting into multi-user mode .Nm rc is invoked with the argument @@ -201,15 +210,6 @@ the following way: .Bd -literal -offset indent rc_scripts="b a" .Ed -.Sh ENVIRONMENT -Before -.Xr init 8 -starts -.Nm rc , -it sets the process priority, umask, and resource limits according to the -.Dq daemon -login class as described in -.Xr login.conf 5 . .Sh FILES .Bl -tag -width "/etc/rc.securelevelXX" -compact .It Pa /etc/netstart |