summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-12-21 09:53:16 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-12-21 09:53:16 +0000
commit75187de78449d27da89d2e80cd0b4fa7e794e641 (patch)
treec0aef47382accb545c492972f37871da1eddd14a /etc/rc.conf
parent9715807cbb5a628a22512ece28a138ea02569ea0 (diff)
Adapt after recent rc scripts change.
with input from and ok sthen@
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index c67ed58b5d6..cbc2b87520a 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.164 2011/12/09 14:52:26 ratchov Exp $
+# $OpenBSD: rc.conf,v 1.165 2011/12/21 09:53:15 ajacoutot Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
ldpd_flags=NO # for normal use: ""
@@ -66,13 +66,13 @@ spamd_black=NO # set to YES to run spamd without greylisting
spamlogd_flags="" # use eg. "-i interface" and see spamlogd(8)
# Set to NO if ftpd is running out of inetd
-ftpd_flags=NO # for non-inetd use: "-D"
+ftpd_flags=NO # for non-inetd use: ""
# Set to NO if identd is running out of inetd
-identd_flags=NO # for non-inetd use: "-b -elo"
+identd_flags=NO # for non-inetd use: "-elo"
# Set to NO if popa3d is running out of inetd
-popa3d_flags=NO # for non-inetd use: "-D"
+popa3d_flags=NO # for non-inetd use: ""
# On some architectures, you must also disable console getty in /etc/ttys
xdm_flags=NO # for normal use: ""