aboutsummaryrefslogtreecommitdiff
path: root/www/xshttpd-devel/files/xshttpd.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/xshttpd-devel/files/xshttpd.sh.in')
-rw-r--r--www/xshttpd-devel/files/xshttpd.sh.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/www/xshttpd-devel/files/xshttpd.sh.in b/www/xshttpd-devel/files/xshttpd.sh.in
deleted file mode 100644
index cf038023446d..000000000000
--- a/www/xshttpd-devel/files/xshttpd.sh.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: xshttpd
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
-# KEYWORD: shutdown
-
-#
-# Add the following line to /etc/rc.conf to enable XS-HTTPD:
-# xshttpd_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable XS-HTTPD.
-#
-
-. %%RC_SUBR%%
-
-name="xshttpd"
-rcvar=`set_rcvar`
-
-load_rc_config $name
-
-: ${xshttpd_enable="NO"}
-
-pidfile="/var/run/httpd.pid"
-command="%%PREFIX%%/bin/httpd"
-
-run_rc_command "$1"