summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-12-13 03:49:52 +0000
committermillert <millert@openbsd.org>2001-12-13 03:49:52 +0000
commit3b47c14e6d3292cb276cc2fb5416baae8241aac8 (patch)
tree752813587c19ec9362e6185c8d8f165661190f2a
parentRemove /etc/protocols and /etc/services from install media (diff)
downloadwireguard-openbsd-3b47c14e6d3292cb276cc2fb5416baae8241aac8.tar.xz
wireguard-openbsd-3b47c14e6d3292cb276cc2fb5416baae8241aac8.zip
Don't use sendmail as an example as its current invocation is too
complicated for a simple example; biorn AT chips.chalmers.se
-rw-r--r--share/man/man8/rc.conf.812
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man8/rc.conf.8 b/share/man/man8/rc.conf.8
index 5c2779a1553..be9f2c713f5 100644
--- a/share/man/man8/rc.conf.8
+++ b/share/man/man8/rc.conf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.conf.8,v 1.9 2000/09/08 13:17:41 aaron Exp $
+.\" $OpenBSD: rc.conf.8,v 1.10 2001/12/13 03:49:52 millert Exp $
.\"
.\" Copyright (c) 1997 Ian F. Darwin
.\" All rights reserved.
@@ -53,19 +53,19 @@ Variables set in this file will override variables previously set in
There are three sections in this file.
The first is used to turn features on or off.
For example, whether the system runs the
-.Nm sendmail
+.Nm routed
daemon is determined by the line in this section
.Bd -literal -indent xxx
-sendmail_flags=NO
+routed=NO # for normal use: "-q"
.Ed
.Pp
-If this line is edited to contain some valid sendmail daemon command-line
+If this line is edited to contain some valid routed daemon command-line
flags, such as
.Bd -literal -indent xxx
-sendmail_flags="-bd -q30m"
+routed="-q" # for normal use: "-q"
.Ed
.Pp
-then the sendmail daemon will be started with those options.
+then the routed daemon will be started with those options.
.Pp
The second section contains some other programs that can either be run or not,
but that don't need options.