diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2006-12-14 10:13:00 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2006-12-14 10:13:00 +0800 |
commit | 39f8c9d54913f1baf4d309cf236c46882655f979 (patch) | |
tree | f08b1a9a32820b8b6a3e460a01ed750198eff909 /www | |
parent | c0053a48ad51e66e0180f595d4ce70bb7b06ea59 (diff) | |
download | freebsd-ports-graphics-39f8c9d54913f1baf4d309cf236c46882655f979.tar.gz freebsd-ports-graphics-39f8c9d54913f1baf4d309cf236c46882655f979.tar.zst freebsd-ports-graphics-39f8c9d54913f1baf4d309cf236c46882655f979.zip |
Sync with www/apache13.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13+ipv6/Makefile | 2 | ||||
-rw-r--r-- | www/apache13+ipv6/files/apache.sh | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile index 15d6324e99c..42832711a15 100644 --- a/www/apache13+ipv6/Makefile +++ b/www/apache13+ipv6/Makefile @@ -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} diff --git a/www/apache13+ipv6/files/apache.sh b/www/apache13+ipv6/files/apache.sh index 304192b651c..1bea1411b8b 100644 --- a/www/apache13+ipv6/files/apache.sh +++ b/www/apache13+ipv6/files/apache.sh @@ -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" |