non port: www/tomcat55/files/tomcat55.sh.in |
SVNWeb
|
Number of commits found: 14 |
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Sat, 14 Jan 2012
|
[ 08:57 dougb ] (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, 11 Sep 2011
|
[ 12:04 crees ]
- Allow user to add flags for startup case only
- (while here, stop using '::' in patchfile names)
PR: ports/160571
Submitted by: Phil Phillips <pphillips@experts-exchange.com>
Approved by: Jason Helfman <jhelfman@e-e.com> (maintainer)
|
Tue, 19 Jul 2011
|
[ 22:45 ohauer ]
- fix cronolog processing option [1]
- improve pidfile handling in rc script [2]
PR: ports/158237 [1], ports/158410 [2]
Submitted by: Jason Helfman <jhelfman _at_ experts-exchange.com> (maintainer)
[1]
Phil Phillips <pphillips _at_ experts-exchange.com> [2]
Approved by: maintainer
|
Thu, 7 Oct 2010
|
[ 21:17 ohauer ]
- update tomcat to 5.5.31
- replace a silly find construct in Makefile
- rewrite pkg-install
- include PATCH from PR 151078
PR: 150576
Submitted by: Jason <jgh _at_ experts-exchange.com> (maintainer)
Approved by: glarkin (mentor)
|
Thu, 6 May 2010
|
[ 20:11 stefan ]
Fix stopping the server process via the port's rc.d script.
PR: ports/140829
Submitted by: Ruben van Staveren <ruben@verweg.com>
Approved by: maintainer timeout (>5 months)
|
Sat, 27 Mar 2010
|
[ 00:15 dougb ] (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#
|
Sun, 30 Sep 2007
|
[ 22:04 alepulver ]
- Fix problems with the "status" command in the wrapper script when the daemon
is not started.
PR: ports/116729
Submitted by: alepulver (myself)
Approved by: "Tong Liu" <nemoliu@gmail.com> (maintainer of tomcat{41,6}),
Tomas Verbaitis <tomasv@megalogika.lt> (maintainer of tomcat55)
|
Fri, 23 Mar 2007
|
[ 19:57 pav ]
- Update to 5.5.23
- Take maintainership
PR: ports/110192
Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
|
Fri, 8 Sep 2006
|
[ 09:31 pav ]
- Work around an inability of rc.subr's _find_processes() to work with
processes that show as [java] on ps output. This should fix the rc script
stop action for all folks.
|
Mon, 20 Feb 2006
|
[ 20:47 dougb ] (Only the first 10 of 267 ports in this commit are shown above. )
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
Wed, 8 Feb 2006
|
[ 13:35 lawrance ]
- Make sure the rc script creates and chowns the PID file before running
'daemon'. No need for the port to create a PID file at install time
(it would just be eaten by rc.d/cleanvar anyway).
- Use 'ps -o comm' to grab a suitable procname. 'ps -o command' is not
reliable enough.
- Bump PORTREVISION since these changes fix broken rc script operation.
Approved by: maintainer timeout (as part of previous update)
|
Tue, 7 Feb 2006
|
[ 13:41 lawrance ]
Since the procname of tomcat processes may vary due to javavmwrapper,
subvert the 'check_pid_file' procname check by setting it from the output
of 'ps'.
Remove the previous attempt at handling this problem, which was to put
a wildcard in procname. I'll wear my pointy hat for that bogus hack.
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
|
[ 08:50 lawrance ] (Only the first 10 of 43 ports in this commit are shown above. )
Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling. (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 14 |