summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2013-08-10 07:33:19 +0000
committerajacoutot <ajacoutot@openbsd.org>2013-08-10 07:33:19 +0000
commit9cc742bddd31edaefafc879c72c7fb5a72ad047d (patch)
tree12ff963f1e062747146b4289594f2cd7a45ede3f
parentavoid Xref to self; (diff)
downloadwireguard-openbsd-9cc742bddd31edaefafc879c72c7fb5a72ad047d.tar.xz
wireguard-openbsd-9cc742bddd31edaefafc879c72c7fb5a72ad047d.zip
Mention amd_master with amd_flags.
Move identd_flags away from the inetd-capable daemons and fix usage. ok deraadt@
-rw-r--r--etc/rc.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index dca9434c776..16baad93def 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.181 2013/08/09 16:24:54 ajacoutot Exp $
+# $OpenBSD: rc.conf,v 1.182 2013/08/10 07:33:19 ajacoutot Exp $
# DO NOT EDIT THIS FILE!!
#
@@ -66,10 +66,11 @@ kadmind_flags=NO # for normal use: ""
kpasswdd_flags=NO # for normal use: ""
ipropd_master_flags=NO # for normal use: ""
ipropd_slave_flags=NO # for normal use: "[master hostname]"
-amd_flags=NO # for normal use: ""
+amd_flags=NO # for normal use: "" and see amd_master below
tftpd_flags=NO # for normal use: "[chroot dir]"
tftpproxy_flags=NO # for normal use: ""
ldomd_flags=NO # for normal use: ""
+identd_flags=NO # for normal use: "-e"
# use -u to disable chroot, see httpd(8)
httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8))
@@ -87,9 +88,6 @@ spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8)
# Set to NO if ftpd is running out of inetd
ftpd_flags=NO # for non-inetd use: ""
-# Set to NO if identd is running out of inetd
-identd_flags=NO # for non-inetd use: "-el"
-
# Set to NO if popa3d is running out of inetd
popa3d_flags=NO # for non-inetd use: ""