1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Sync with www/apache13.

This commit is contained in:
Munechika SUMIKAWA 2006-12-14 02:13:00 +00:00
parent 6de0e5d87a
commit ba9166d640
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179696
2 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= apache+ipv6
PORTVERSION= 1.3.37
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= apache_${PORTVERSION}

View File

@ -2,8 +2,7 @@
# $FreeBSD$
# PROVIDE: apache
# REQUIRE: DAEMON
# BEFORE: LOGIN
# REQUIRE: LOGIN cleanvar
# KEYWORD: shutdown
# Define these apache_* variables in one of these files:
@ -26,7 +25,7 @@ command="%%PREFIX%%/sbin/httpd"
load_rc_config $name
pidfile="${apache_pidfile}"
start_cmd="echo \"Starting ${name}.\"; /usr/bin/limits -U www ${command} ${apache_flags} ${command_args}"
start_precmd="`/usr/bin/limits -e -U www`"
start_postcmd="`/usr/bin/limits -e -C daemon`"
run_rc_command "$1"