Re: cvs commit: ports/www/nginx Makefile ports/www/nginx/files nginx.sh.in ports/www/nginx-devel Makefile ports/www/nginx-devel/files nginx.sh.in

2012-06-13 Thread Doug Barton
Since it's only called in one place, there's no need to put the directory code in a function. Also, instead of doing it in 3 steps you can unconditionally use install as follows: install -d -o %%WWWOWN%% -g %%WWWGRP%% -m 755 ${_tmpprefix} hth, Doug On 06/12/2012 21:46, Sergey A. Osokin wrote:

Re: cvs commit: ports/www/nginx Makefile ports/www/nginx/files nginx.sh.in ports/www/nginx-devel Makefile ports/www/nginx-devel/files nginx.sh.in

2012-06-13 Thread Sergey A. Osokin
Hi Doug, On Tue, Jun 12, 2012 at 11:36:43PM -0700, Doug Barton wrote: Since it's only called in one place, there's no need to put the directory code in a function. Also, instead of doing it in 3 steps you can unconditionally use install as follows: install -d -o %%WWWOWN%% -g %%WWWGRP%% -m

Re: cvs commit: ports/www/nginx Makefile ports/www/nginx/files nginx.sh.in ports/www/nginx-devel Makefile ports/www/nginx-devel/files nginx.sh.in

2012-06-13 Thread Doug Barton
On 06/12/2012 23:46, Sergey A. Osokin wrote: Hi Doug, On Tue, Jun 12, 2012 at 11:36:43PM -0700, Doug Barton wrote: Since it's only called in one place, there's no need to put the directory code in a function. Also, instead of doing it in 3 steps you can unconditionally use install as

cvs commit: ports/www/nginx Makefile ports/www/nginx/files nginx.sh.in ports/www/nginx-devel Makefile ports/www/nginx-devel/files nginx.sh.in

2012-06-12 Thread Sergey A. Osokin
osa 2012-06-13 04:46:14 UTC FreeBSD ports repository Modified files: www/nginxMakefile www/nginx/files nginx.sh.in www/nginx-devel Makefile www/nginx-devel/files nginx.sh.in Log: Check existence temporary directory %%NGINX_TMPDIR%% before

cvs commit: ports/www/nginx Makefile ports/www/nginx/files nginx.sh.in ports/www/nginx-devel Makefile ports/www/nginx-devel/files nginx.sh.in

2009-07-02 Thread Sergey A. Osokin
osa 2009-07-02 10:31:13 UTC FreeBSD ports repository Modified files: www/nginxMakefile www/nginx/files nginx.sh.in www/nginx-devel Makefile www/nginx-devel/files nginx.sh.in Log: Default stop signal is SIGTERM, the quick shutdown. Also