diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-12-13 03:49:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-12-13 03:49:53 +0000 |
commit | f6badc597b7858a2548d6b16c291ade2c9bbb30b (patch) | |
tree | 33beb51f9cb656dfaf6cdf2d372364ed8af6b5d4 | |
parent | 159846deaa2f9bff3b560d6a49d7c8f93d7abadc (diff) |
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.8 | 12 |
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. |