diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-24 02:07:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-24 02:07:28 +0000 |
commit | fe097ea815bdad6d66c750f4ba23bae221d73bd1 (patch) | |
tree | 65ffe5118cf1311d889ff029adc8216fc08de8f2 /etc | |
parent | f794b5cf073b542ce4d8f856df33e5c7f0a5bc39 (diff) |
document default operation of identd; mentioned by creamy@nocrater.com
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 449b4cd88e2..3862503c54c 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.175 2012/11/17 16:25:44 ajacoutot Exp $ +# $OpenBSD: rc.conf,v 1.176 2013/03/24 02:07:27 deraadt Exp $ # DO NOT EDIT THIS FILE!! # @@ -86,7 +86,7 @@ spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8) ftpd_flags=NO # for non-inetd use: "" # Set to NO if identd is running out of inetd -identd_flags=NO # for non-inetd use: "-elo" +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: "" |