Browse Source

Mention amd_master with amd_flags.

Move identd_flags away from the inetd-capable daemons and fix usage.
ok deraadt@
OPENBSD_5_5
ajacoutot 11 years ago
parent
commit
c5c34f223f
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      src/etc/rc.conf

+ 3
- 5
src/etc/rc.conf View File

@ -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: ""


Loading…
Cancel
Save