Browse Source

don't tell people to use -u for identd any more, runs as _identd by default

now
OPENBSD_3_4
henning 21 years ago
parent
commit
8cb311b079
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.conf

+ 2
- 2
src/etc/rc.conf View File

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


Loading…
Cancel
Save