diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-10-22 02:00:15 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-10-22 02:00:15 +0800 |
commit | 204a2284d1984834e4024de9619567d7cd19c956 (patch) | |
tree | 4c8b214828f857e26498243780d3558b7e448674 /www/apache22 | |
parent | fe1addbcdc0e019c5ffaecdca694991b33c0ffad (diff) | |
download | freebsd-ports-gnome-204a2284d1984834e4024de9619567d7cd19c956.tar.gz freebsd-ports-gnome-204a2284d1984834e4024de9619567d7cd19c956.tar.zst freebsd-ports-gnome-204a2284d1984834e4024de9619567d7cd19c956.zip |
- The previous update to the rc.d script didn't quite maintain the old behavior
correctly. This fixes the pid file name
PR: ports/151623
Submitted by: Vivek Khera <vivek@khera.org>
With Hat: apache@
Point hat to: myself (pgollucci)
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 1 | ||||
-rw-r--r-- | www/apache22/files/apache22.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 21878c900f28..80e03a7f5bc2 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -9,6 +9,7 @@ PORTNAME= apache PORTVERSION= 2.2.17 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} diff --git a/www/apache22/files/apache22.in b/www/apache22/files/apache22.in index be1de3dc4b2a..a324238caf9f 100644 --- a/www/apache22/files/apache22.in +++ b/www/apache22/files/apache22.in @@ -64,6 +64,7 @@ load_rc_config $name if [ -n "$2" ]; then profile="$2" if [ "x${apache22_profiles}" != "x" ]; then + pidfile="${_pidprefix}.${profile}.pid" eval apache22_configfile="\${apache22_${profile}_configfile:-}" if [ "x${apache22_configfile}" = "x" ]; then echo "You must define a configuration file (apache22_${profile}_configfile)" |