diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-21 18:00:15 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-21 18:00:15 +0000 |
commit | 96fa3156a84c200ac574bcca4aa9c71dc1e30a52 (patch) | |
tree | 61d2ff6ade9acdd9d5f759772f16084d112bf455 /www/apache22/files | |
parent | 28f16b74aa9b40d9d94c15a1e54c17d16b2626fe (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=263412
Diffstat (limited to 'www/apache22/files')
-rw-r--r-- | www/apache22/files/apache22.in | 1 |
1 files changed, 1 insertions, 0 deletions
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)" |