Hi, status/poll command don't work for www/tomcat6: # /usr/local/etc/rc.d/tomcat6 start Starting tomcat60. # /usr/local/etc/rc.d/tomcat6 status ==>no any output here <== # /usr/local/etc/rc.d/tomcat6 poll ==>no any output here <== ^C # /usr/local/etc/rc.d/tomcat6 stop Stopping tomcat60. Waiting (max 60 secs) for PIDS: 73398. Please review small patch for rc.d script. Fix: Please review small patch for rc.d script: # /usr/local/etc/rc.d/tomcat6 start Starting tomcat60. # /usr/local/etc/rc.d/tomcat6 status tomcat60 is running as pid 75572. # /usr/local/etc/rc.d/tomcat6 poll Waiting for PIDS: 75572, 75572, 75572, 75572^C # /usr/local/etc/rc.d/tomcat6 stop Stopping tomcat60. Waiting (max 60 secs) for PIDS: 75572. Patch attached with submission follows: How-To-Repeat: cd /usr/ports/www/tomcat6 && make install
Responsible Changed From-To: freebsd-ports-bugs->ale Fix synopsis and assign.
ale 2010-10-26 08:19:05 UTC FreeBSD ports repository Modified files: www/tomcat6 Makefile www/tomcat6/files tomcat6.sh.in Log: Print informative text on status and poll commands. PR: ports/151709 Submitted by: Alex Deiter <alex.deiter@gmail.com> Revision Changes Path 1.59 +1 -0 ports/www/tomcat6/Makefile 1.9 +13 -5 ports/www/tomcat6/files/tomcat6.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, thanks!