aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache13
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-08-29 19:07:42 +0800
committerache <ache@FreeBSD.org>2004-08-29 19:07:42 +0800
commite257ae8e6a531ed1132c66057fba57f7e3ea5e8e (patch)
treebfefd9f2301ea86d472e6fc401ee7b6046259008 /www/apache13
parenta5b84a24d4a30d8b3b572533aa84db7517999666 (diff)
downloadfreebsd-ports-gnome-e257ae8e6a531ed1132c66057fba57f7e3ea5e8e.tar.gz
freebsd-ports-gnome-e257ae8e6a531ed1132c66057fba57f7e3ea5e8e.tar.zst
freebsd-ports-gnome-e257ae8e6a531ed1132c66057fba57f7e3ea5e8e.zip
rc_flags not expanded yet at this point in startup script.
Change it to apache_flags directly.
Diffstat (limited to 'www/apache13')
-rw-r--r--www/apache13/Makefile2
-rw-r--r--www/apache13/files/apache.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index e6d4877cd611..ecb6fe7025ee 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -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}
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"