Bug#325667: /etc/init.d/jetty stop leaves pidfile

Johannes Boneschanscher (groups) groups at boneschanscher.net
Tue Aug 30 07:11:08 UTC 2005


Package: jetty
Version: 5.1.5rc1-2

On line 135 in the stop handler the script creates a pidfile and results 
in an error status on return.

135c135
<                 while ! start-stop-daemon --quiet --test --stop \
---
 >                 while ! start-stop-daemon --quiet --test --start \

Smells like copy-and-paste bug

Johannes




More information about the pkg-java-maintainers mailing list