summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-03-24 11:15:41 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-03-24 11:15:41 +0000
commitb834941416a5e87f9a69f20ba1458143e5ed7309 (patch)
tree49f3f273495efc52228b2177f2f963091813c603
parentf29d0c90edafff04236dcb7aa2d03d51267679b7 (diff)
Document daemon_flags=NO.
ok robert@
-rw-r--r--share/man/man8/rc.d.88
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man8/rc.d.8 b/share/man/man8/rc.d.8
index 0362357dd8b..cf8f7ea0926 100644
--- a/share/man/man8/rc.d.8
+++ b/share/man/man8/rc.d.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.d.8,v 1.9 2011/03/17 21:37:27 jmc Exp $
+.\" $OpenBSD: rc.d.8,v 1.10 2011/03/24 11:15:40 ajacoutot Exp $
.\"
.\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 17 2011 $
+.Dd $Mdocdate: March 24 2011 $
.Dt RC.D 8
.Os
.Sh NAME
@@ -75,6 +75,10 @@ The following two can be overridden by site-specific values provided in
.Bl -tag -width daemon_flags -offset indent -compact
.It Ar daemon Ns _flags
Arguments to call the daemon with.
+If set to
+.Dq NO ,
+it will prevent the daemon from starting even when listed in
+.Va rc_scripts .
.It Ar daemon Ns _user
User to run the daemon as, using
.Xr su 1 .