diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-07-17 01:47:56 +0800 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-07-17 01:47:56 +0800 |
commit | 28fe04afe730ca9886abf66aa7e76f957f69ca8b (patch) | |
tree | d0cbc247435c388b64e5b5744768a3ba23dc8941 /www/nginx | |
parent | a9394fb06f367acb9d6106a17c762831939911ce (diff) | |
download | freebsd-ports-gnome-28fe04afe730ca9886abf66aa7e76f957f69ca8b.tar.gz freebsd-ports-gnome-28fe04afe730ca9886abf66aa7e76f957f69ca8b.tar.zst freebsd-ports-gnome-28fe04afe730ca9886abf66aa7e76f957f69ca8b.zip |
Move rc script nginx.sh.in to more canonical nginx.in.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/files/nginx.in (renamed from www/nginx/files/nginx.sh.in) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 922450cb54bf..b0ad4d88617d 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -208,7 +208,7 @@ NGINX_ACCESSLOG?= ${NGINX_LOGDIR}/nginx-access.log NGINX_ERRORLOG?= ${NGINX_LOGDIR}/nginx-error.log CONFLICTS?= nginx-devel-1.* -USE_RC_SUBR= nginx.sh +USE_RC_SUBR= nginx SUB_LIST+= WWWOWN=${WWWOWN} \ WWWGRP=${WWWGRP} \ NGINX_RUNDIR=${NGINX_RUNDIR} \ diff --git a/www/nginx/files/nginx.sh.in b/www/nginx/files/nginx.in index eb77986fb65c..eb77986fb65c 100644 --- a/www/nginx/files/nginx.sh.in +++ b/www/nginx/files/nginx.in |