diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2005-11-21 09:07:05 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2005-11-21 09:07:05 +0000 |
commit | 3681176199aa02da8bf93ef7de8bb3f7cd280762 (patch) | |
tree | af16d62b5e4568c4c96dab0decd38dc2a6406223 /www/nginx | |
parent | Hook p5-Bundle-Catalyst into build again, now that dependencies have been fix... (diff) |
Add extra command - reload.
Bump PORTREVISION.
Submitted by: marck
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 1 | ||||
-rw-r--r-- | www/nginx/files/nginx.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
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() { |