diff options
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)" |