summaryrefslogtreecommitdiff
path: root/www/apache13-modperl/files/apache.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache13-modperl/files/apache.in')
-rw-r--r--www/apache13-modperl/files/apache.in34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/apache13-modperl/files/apache.in b/www/apache13-modperl/files/apache.in
deleted file mode 100644
index b620b059a37a..000000000000
--- a/www/apache13-modperl/files/apache.in
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-# PROVIDE: apache
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-
-# Define these apache_* variables in one of these files:
-# /etc/rc.conf
-# /etc/rc.conf.local
-# /etc/rc.conf.d/apache
-#
-# DO NOT CHANGE THESE DEFAULT VALUES HERE
-#
-# apache_enable="YES"
-# apache_flags="<set as needed>"
-
-apache_enable="${apache_enable-NO}"
-apache_pidfile="${apache_pidfile='/var/run/httpd.pid'}"
-
-. /etc/rc.subr
-
-name="apache"
-rcvar=`set_rcvar`
-command="%%PREFIX%%/sbin/httpd"
-
-load_rc_config $name
-
-pidfile="${apache_pidfile}"
-
-start_precmd="`/usr/bin/limits -e -U www`"
-
-run_rc_command "$1"