rc_flags not expanded yet at this point in startup script.

Change it to apache_flags directly.
This commit is contained in:
Andrey A. Chernov 2004-08-29 11:07:42 +00:00
parent a5f20fa701
commit e730d415d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117558
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= apache
PORTVERSION= 1.3.31
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= apache_${PORTVERSION}

View file

@ -27,6 +27,6 @@ load_rc_config $name
pidfile="${apache_pidfile}"
start_cmd="echo \"Starting ${name}.\"; /usr/bin/limits -U www ${command} ${rc_flags} ${command_args}"
start_cmd="echo \"Starting ${name}.\"; /usr/bin/limits -U www ${command} ${apache_flags} ${command_args}"
run_rc_command "$1"