summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2001-10-12 22:40:59 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2001-10-12 22:40:59 +0000
commit974983ee2ea111c23d240f8e6ba54808da01ff2e (patch)
tree2894ddd83036647708ab92fa6773c463a7edf385 /etc
parent45fdb044d7c8bc2645c727d9559b463165687014 (diff)
clarify smtpfwdd_flags; from dfa@solo.ee. ok deraadt
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 3bf0b8cbb54..b9b08e681b2 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.69 2001/09/11 19:03:55 millert Exp $
+# $OpenBSD: rc.conf,v 1.70 2001/10/12 22:40:58 jakob Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=NO # for normal use: "-q"
@@ -11,7 +11,8 @@ rarpd_flags=NO # for normal use: "-a"
bootparamd_flags=NO # for normal use: ""
rbootd_flags=NO # for normal use: ""
sshd_flags="" # for normal use: ""
-smtpfwdd_flags=NO # for normal use: "", and no "-bd" above.
+smtpfwdd_flags=NO # for normal use: ""; be sure to configure smtpd(8)
+ # and sendmail(8) to use MSA only
named_flags=NO # for normal use: ""
rdate_flags=NO # for normal use: name of RFC868 timeserver
timed_flags=NO # for normal use: ""