mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Sync with www/apache13.
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= apache+ipv6
|
PORTNAME= apache+ipv6
|
||||||
PORTVERSION= 1.3.37
|
PORTVERSION= 1.3.37
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= www ipv6
|
CATEGORIES= www ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
||||||
DISTNAME= apache_${PORTVERSION}
|
DISTNAME= apache_${PORTVERSION}
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
# PROVIDE: apache
|
# PROVIDE: apache
|
||||||
# REQUIRE: DAEMON
|
# REQUIRE: LOGIN cleanvar
|
||||||
# BEFORE: LOGIN
|
|
||||||
# KEYWORD: shutdown
|
# KEYWORD: shutdown
|
||||||
|
|
||||||
# Define these apache_* variables in one of these files:
|
# Define these apache_* variables in one of these files:
|
||||||
|
@ -26,7 +25,7 @@ command="%%PREFIX%%/sbin/httpd"
|
||||||
load_rc_config $name
|
load_rc_config $name
|
||||||
|
|
||||||
pidfile="${apache_pidfile}"
|
pidfile="${apache_pidfile}"
|
||||||
|
start_precmd="`/usr/bin/limits -e -U www`"
|
||||||
start_cmd="echo \"Starting ${name}.\"; /usr/bin/limits -U www ${command} ${apache_flags} ${command_args}"
|
start_postcmd="`/usr/bin/limits -e -C daemon`"
|
||||||
|
|
||||||
run_rc_command "$1"
|
run_rc_command "$1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue