summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-06-07 18:35:49 +0000
committerhenning <henning@openbsd.org>2003-06-07 18:35:49 +0000
commit0931e39d9fd3b47b126173197afe72854851dfeb (patch)
tree51517017116ebb20dc3fd5f3351307d753a078cd
parentdrop privileges to _identd by default and fall back to nobody in case of error (diff)
downloadwireguard-openbsd-0931e39d9fd3b47b126173197afe72854851dfeb.tar.xz
wireguard-openbsd-0931e39d9fd3b47b126173197afe72854851dfeb.zip
don't tell people to use -u for identd any more, runs as _identd by default
now
-rw-r--r--etc/rc.conf4
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: ""