summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-04-23 06:29:37 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-04-23 06:29:37 +0000
commit01ec204355d36eca91bc225fce353798c62b02f7 (patch)
tree97ad239bf4bc7b5f86de9a44538197a4b7249e7c /etc/rc.conf
parentbf6d18b206050f9fbaa4a75e4dfb6d75be6082e6 (diff)
start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is
the default setting in rc.conf. ok deraadt
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index f61ad4f8225..39fc8c318d8 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.134 2009/10/17 20:40:17 nicm Exp $
+# $OpenBSD: rc.conf,v 1.135 2010/04/23 06:29:36 ratchov Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
ripd_flags=NO # for normal use: ""
@@ -42,6 +42,7 @@ ifstated_flags=NO # for normal use: ""
relayd_flags=NO # for normal use: ""
snmpd_flags=NO # for normal use: ""
smtpd_flags=NO # for normal use: ""
+aucat_flags=NO # for normal use: ""
# use -u to disable chroot, see httpd(8)
httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8))