aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2005-11-21 09:07:05 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2005-11-21 09:07:05 +0000
commit3681176199aa02da8bf93ef7de8bb3f7cd280762 (patch)
treeaf16d62b5e4568c4c96dab0decd38dc2a6406223 /www
parentc5d0b958390ff34c20e469712459cd395a689cb1 (diff)
Add extra command - reload.
Bump PORTREVISION. Submitted by: marck
Notes
Notes: svn path=/head/; revision=148927
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile1
-rw-r--r--www/nginx-devel/files/nginx.sh.in2
-rw-r--r--www/nginx/Makefile1
-rw-r--r--www/nginx/files/nginx.sh.in2
4 files changed, 4 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 8d4eefa9b61c..fd6f9a8bc1d0 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 0.3.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
diff --git a/www/nginx-devel/files/nginx.sh.in b/www/nginx-devel/files/nginx.sh.in
index b28a5bacb706..dcbd00d0213c 100644
--- a/www/nginx-devel/files/nginx.sh.in
+++ b/www/nginx-devel/files/nginx.sh.in
@@ -23,7 +23,7 @@ name="nginx"
rcvar=`set_rcvar`
command="%%PREFIX%%/sbin/nginx"
-extra_commands="configtest"
+extra_commands="configtest reload"
configtest_cmd="configtest_cmd"
configtest_cmd() {
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 8d4eefa9b61c..fd6f9a8bc1d0 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 0.3.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
diff --git a/www/nginx/files/nginx.sh.in b/www/nginx/files/nginx.sh.in
index b28a5bacb706..dcbd00d0213c 100644
--- a/www/nginx/files/nginx.sh.in
+++ b/www/nginx/files/nginx.sh.in
@@ -23,7 +23,7 @@ name="nginx"
rcvar=`set_rcvar`
command="%%PREFIX%%/sbin/nginx"
-extra_commands="configtest"
+extra_commands="configtest reload"
configtest_cmd="configtest_cmd"
configtest_cmd() {