summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2011-09-16 10:11:21 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2011-09-16 10:11:21 +0000
commitf49eba8b1fdc1cfcb2d4387582dd9a03fe25e817 (patch)
tree67e6042f59bccc9a1b735a82c81f70e0629b4fd7 /etc/rc.conf
parentdad34d806049029cc43cb587e0774fb04964bbbb (diff)
Add a script for popa3d to support running it outside of inetd.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index afcde804d1d..4248dea7490 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.160 2011/07/24 15:33:41 fgsch Exp $
+# $OpenBSD: rc.conf,v 1.161 2011/09/16 10:11:20 robert Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
ldpd_flags=NO # for normal use: ""
@@ -70,6 +70,9 @@ 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 -elo"
+# Set to NO if popa3d is running out of inetd
+popa3d_flags=NO # for non-inetd use: "-D"
+
# On some architectures, you must also disable console getty in /etc/ttys
xdm_flags=NO # for normal use: ""