diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-08-29 11:07:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-08-29 11:07:42 +0000 |
commit | e730d415d0d5f64a74c0981e533125e41e30e7f4 (patch) | |
tree | bed141df6e9aa667524fc58f7f121e85f1690ee7 /www/apache13/files | |
parent | Update to 2.0 (diff) |
rc_flags not expanded yet at this point in startup script.
Change it to apache_flags directly.
Notes
Notes:
svn path=/head/; revision=117558
Diffstat (limited to 'www/apache13/files')
-rw-r--r-- | www/apache13/files/apache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13/files/apache.sh b/www/apache13/files/apache.sh index 4708d4fe1f66..5b612e5aa804 100644 --- a/www/apache13/files/apache.sh +++ b/www/apache13/files/apache.sh @@ -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" |