diff options
author | 2013-03-24 02:07:27 +0000 | |
---|---|---|
committer | 2013-03-24 02:07:27 +0000 | |
commit | ee304091981a42dc02ce79fbb70ff9348922ef0f (patch) | |
tree | 9ae52257edb0e2fad31b065a8a7d53ab069b31e5 | |
parent | dlerror() should not return const char *, as noted by landry (diff) | |
download | wireguard-openbsd-ee304091981a42dc02ce79fbb70ff9348922ef0f.tar.xz wireguard-openbsd-ee304091981a42dc02ce79fbb70ff9348922ef0f.zip |
document default operation of identd; mentioned by creamy@nocrater.com
-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: "" |