From c5c34f223f2ebfae00468645ef6e01358e9b1b86 Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Sat, 10 Aug 2013 07:33:19 +0000 Subject: [PATCH] Mention amd_master with amd_flags. Move identd_flags away from the inetd-capable daemons and fix usage. ok deraadt@ --- src/etc/rc.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/etc/rc.conf b/src/etc/rc.conf index dca9434c..16baad93 100644 --- a/src/etc/rc.conf +++ b/src/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: ""