From 0da62a9b463fdc604d3919b1fb6a5355f2271a7c Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 1 Oct 2007 04:00:08 +0000 Subject: Use new style of startup script install Use dirrmtry when remove some directories Respect DOCSDIR in pkg-plist (with small mod from me) PR: 116776 Submitted by: Alexander Logvinov --- www/apache13/files/apache.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 www/apache13/files/apache.sh (limited to 'www/apache13/files/apache.sh') diff --git a/www/apache13/files/apache.sh b/www/apache13/files/apache.sh deleted file mode 100644 index 1bea1411b8be..000000000000 --- a/www/apache13/files/apache.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# PROVIDE: apache -# REQUIRE: LOGIN cleanvar -# 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=${apache_enable-"NO"} -apache_flags=${apache_flags-""} -apache_pidfile=${apache_pidfile-"/var/run/httpd.pid"} - -. %%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`" -start_postcmd="`/usr/bin/limits -e -C daemon`" - -run_rc_command "$1" -- cgit v1.2.3