| non port: www/nginx-devel/files/nginx.sh.in |
|
CVSWeb
|
Number of commits found: 11 |
|
Tue, 28 Feb 2012
|
[ 10:26 osa ]
1.13 www/nginx-devel/files/nginx.sh.in
1.11 www/nginx/files/nginx.sh.in
Move upward extra_commands string for compatible with rc.conf.d
feature.
Do not bump PORTREVISIONs.
PR: 165454
|
|
Sat, 14 Jan 2012
|
[ 08:57 dougb ]
1.3 sysutils/freqsdwn/files/000.freqshpk.sh.in
1.3 www/zerowait-httpd/files/0W-httpd.in
1.3 mail/popular/files/0ringd.sh.in
1.5 sysutils/3dm/files/3dm2.sh.in
1.3 net/3proxy/files/3proxy.sh.in
1.7 mail/assp/files/510.assp.in
1.4 sysutils/915resolution/files/915resolution.sh.in
1.3 www/webobjects/files/JavaMonitor.sh.in
1.3 sysutils/lcdproc/files/LCDd.in
1.3 www/abyssws/files/abyssws.sh.in
(Only the first 10 of 951 ports in this commit are shown above. )
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
|
|
Sun, 28 Mar 2010
|
[ 04:44 dougb ]
1.197 www/apache13-modssl/Makefile
1.262 www/apache20/Makefile
1.303 www/nginx-devel/Makefile
1.206 www/nginx/Makefile
1.3 www/apache13-modssl/files/apache.in
1.7 www/apache20/files/apache2.sh.in
1.11 www/nginx-devel/files/nginx.sh.in
1.9 www/nginx/files/nginx.sh.in
Cleanse uneeded RC_SUBR variables
Approved by: pgolluci
|
|
Sat, 27 Mar 2010
|
[ 00:15 dougb ]
1.2 sysutils/freqsdwn/files/000.freqshpk.sh.in
1.2 www/zerowait-httpd/files/0W-httpd.in
1.2 mail/popular/files/0ringd.sh.in
1.3 sysutils/3dm/files/3dm2.sh.in
1.2 net/3proxy/files/3proxy.sh.in
1.3 sysutils/915resolution/files/915resolution.sh.in
1.2 www/webobjects/files/JavaMonitor.sh.in
1.2 sysutils/lcdproc/files/LCDd.in
1.2 www/abyssws/files/abyssws.sh.in
1.2 sysutils/afbinit/files/afbinit.sh.in
(Only the first 10 of 798 ports in this commit are shown above. )
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
Wed, 15 Jul 2009
|
[ 16:56 dougb ]
1.2 net/rp-pppoe/files/04pppoe-relay.sh.sample
1.2 net/rp-pppoe/files/04pppoe-server.sh.sample
1.7 security/amavisd-milter/files/amavisd-milter.sh.in
1.2 mail/antivirus-milter/files/antivirus-milter.sh.in
1.2 www/apache13+ipv6/files/apache.in
1.2 www/apache13-modperl/files/apache.in
1.3 www/apache13-ssl/files/apache.in
1.2 www/apache13/files/apache.in
1.4 www/apache20/files/apache2.sh.in
1.3 www/apache22/files/apache22.in
(Only the first 10 of 213 ports in this commit are shown above. )
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
|
Thu, 2 Jul 2009
|
[ 10:31 osa ]
1.223 www/nginx-devel/Makefile
1.155 www/nginx/Makefile
1.8 www/nginx-devel/files/nginx.sh.in
1.6 www/nginx/files/nginx.sh.in
Default stop signal is SIGTERM, the quick shutdown. Also nginx
understands QUIT signal for graceful (gradual) stop.
Add gracefulstop extra command accordingly for stable and devel
versions.
Bump PORTREVISIONs.
PR: ports/136232 (partialy)
|
|
Wed, 30 Jul 2008
|
[ 15:21 osa ]
1.154 www/nginx-devel/Makefile
1.139 www/nginx-devel/distinfo
1.7 www/nginx-devel/files/nginx.sh.in
Update from 0.7.6 to 0.7.7.
Remove useless function from rc script.
Cleanup whitespaces.
<ChangeLog>
*) Change: now the EAGAIN error returned by connect() is not considered
as temporary error.
*) Change: now the $ssl_client_cert variable value is a certificate
with TAB character intended before each line except first one; an
unchanged certificate is available in the $ssl_client_raw_cert
variable.
*) Feature: the "ask" parameter in the "ssl_verify_client" directive. (Only the first 15 lines of the commit message are shown above )
|
|
Tue, 22 Jul 2008
|
[ 05:55 osa ]
1.153 www/nginx-devel/Makefile
1.6 www/nginx-devel/files/nginx.sh.in
1.12 www/nginx-devel/pkg-plist
[1] Don't remove NGINX_TMPDIR directory, if port upgrade running. (*)
[2] Add extra command upgrade for rc, allowing to change binary
on-the-fly without loosing any single request.
Remove empty string from rc.
Bump PORTREVISION.
[1,2] Problems reported by: Maxim Dounin aka mdounin at mdounin dot ru
PR's: 125762,125766
(*) Undocumented feature from: skv@
|
|
Mon, 14 Jul 2008
|
[ 06:57 osa ]
1.152 www/nginx-devel/Makefile
1.5 www/nginx-devel/files/nginx.sh.in
Fix rc's reload command issue.
Bump PORTREVISION.
Problem reported by: Maxim Dounin aka mdounin at mdounin dot ru
|
|
Tue, 1 Jul 2008
|
[ 08:19 osa ]
1.150 www/nginx-devel/Makefile
1.137 www/nginx-devel/distinfo
1.4 www/nginx-devel/files/nginx.sh.in
Update from 0.7.3 to 0.7.5.
Add profiles support (adopt rc from www/apache22). (*)
Update CONFLICTS.
Idea from PR: ports/124940
Special thanks to: az@ (*)
<ChangeLog>
Changes with nginx 0.7.5 01 Jul 2008
*) Bugfixes in variables support in the "access_log" directive; the bug
had appeared in 0.7.4.
*) Bugfix: nginx could not be built --without-http_gzip_module; the bug (Only the first 15 lines of the commit message are shown above )
|
|
Mon, 18 Jun 2007
|
[ 07:13 osa ]
1.120 www/nginx-devel/Makefile
1.112 www/nginx-devel/distinfo
1.3 www/nginx-devel/files/nginx.sh.in
Update to 0.6.1.
Fix rc script functionality for extra configtest_cmd command. (*)
<ChangeLog>
*) Bugfix: in SSI parsing.
*) Bugfix: if remote SSI subrequest was used, then posterior local file
subrequest might transferred to client in wrong order.
*) Bugfix: large SSI inclusions buffered in temporary files were
truncated.
*) Bugfix: the perl $$ variable value in ngx_http_perl_module was equal
to the master process identification number.
</ChangeLog>
Spotted by: Andrey Y. Ostanovsky <andrey at ostanovsky dot spb dot ru> (*)
|
Number of commits found: 11 |