diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-06-07 18:35:50 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-06-07 18:35:50 +0000 |
commit | eb4475dcfe165d8c6387216fd87664b97e03e201 (patch) | |
tree | d35e6b300052ef56e9dfc7ffab985f6f7aa3450c | |
parent | 55ab9e627f50b3b00367231411d1821b072764ad (diff) |
don't tell people to use -u for identd any more, runs as _identd by default
now
-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 f3dc89697d4..aabc88bc874 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.88 2003/05/14 18:41:06 ian Exp $ +# $OpenBSD: rc.conf,v 1.89 2003/06/07 18:35:49 henning Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -38,7 +38,7 @@ spamd_flags=NO # for normal use: "" and see spamd-setup(8) ftpd_flags=NO # for non-inetd use: "-D" # Set to NO if identd is running out of inetd -identd_flags=NO # for non-inetd use: "-b -u nobody -elo" +identd_flags=NO # for non-inetd use: "-b -elo" # On some architectures, you must also disable console getty in /etc/ttys xdm_flags=NO # for normal use: "" |