diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-14 20:20:06 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-14 20:20:06 +0000 |
commit | a47922410bd78ac0653bac730fa8433bac4ff434 (patch) | |
tree | 37fbecf89106534f4d8332fd10bba132e72078bd /www/apache22/files/apache22.in | |
parent | - Allow ndo2db_configfile to be overridden correctly in /etc/rc.conf (diff) |
- s,/usr/local,%%PREFIX%%,'
Reported by: stas
Notes
Notes:
svn path=/head/; revision=263008
Diffstat (limited to '')
-rw-r--r-- | www/apache22/files/apache22.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/files/apache22.in b/www/apache22/files/apache22.in index 6cde44e3e043..be1de3dc4b2a 100644 --- a/www/apache22/files/apache22.in +++ b/www/apache22/files/apache22.in @@ -41,7 +41,7 @@ command="%%PREFIX%%/sbin/httpd" _pidprefix="/var/run/httpd" pidfile="${_pidprefix}.pid" required_files=%%PREFIX%%/etc/apache22/httpd.conf -envvars="/usr/local/sbin/envvars" +envvars="%%PREFIX%%/sbin/envvars" [ -z "$apache22_enable" ] && apache22_enable="NO" [ -z "$apache22limits_enable" ] && apache22limits_enable="NO" |