summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2013-06-01 14:06:21 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2013-06-01 14:06:21 +0000
commit3bb0bd7b2eff757cf185c072a205e6c8d67b1914 (patch)
tree166eeb98d0c5983e86383c46b8975755ac6b05ac /etc/rc.conf
parentf369e8148c8870e031c347954fb3f912672d4fc7 (diff)
hook up slowcgi to the tree, including /etc glue and a sample configuration
snippet; ok florian@
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 881ff9e6fd2..43ac916abe0 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.178 2013/04/29 14:11:32 ajacoutot Exp $
+# $OpenBSD: rc.conf,v 1.179 2013/06/01 14:06:20 naddy Exp $
# DO NOT EDIT THIS FILE!!
#
@@ -75,6 +75,7 @@ httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8))
# use -u to disable chroot, see nginx(8)
nginx_flags=NO # for normal use: ""
+slowcgi_flags=NO # for normal use: ""
# For normal use: "-L sm-mta -bd -q30m", and note there is a cron job
sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m"