#18882: tomcat6 tomcatctl uses tomcat5.pid -------------------------------------+-------------------------------------- Reporter: mail-lists@… | Owner: ricci@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: tomcat6 -------------------------------------+-------------------------------------- Description changed by macsforever2000@…: Old description:
Line 53 of tomcatctl is referencing a tomcat5.pid when it should reference tomcat6.pid. This is preventing the service from stopping when using launchctl.
The correct line should read
[ -z "$TOMCAT_PIDNAME" ] && TOMCAT_PIDNAME="tomcat6.pid"
New description: Line 53 of tomcatctl is referencing a tomcat5.pid when it should reference tomcat6.pid. This is preventing the service from stopping when using launchctl. The correct line should read {{{ [ -z "$TOMCAT_PIDNAME" ] && TOMCAT_PIDNAME="tomcat6.pid" }}} -- -- Ticket URL: <http://trac.macports.org/ticket/18882#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS