Your message dated Wed, 16 Apr 2008 12:19:52 +0100
with message-id <[EMAIL PROTECTED]>
and subject line serpento has been removed from Debian, closing #414157
has caused the Debian Bug report #414157,
regarding serpento: init script doesn't remove the pid file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
414157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414157
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: serpento
Version: 0.4.1-0.2
Tags: patch
I've noticed that removing the serpento package left /var/run/serpento.pid.
Please remove the pid file when stopping the server.
The following patch fixes this bug.
----
--- serpento-0.4.1-0.2/debian/serpento.dictd.init
+++ serpento-0.4.1/debian/serpento.dictd.init
@@ -45,6 +45,7 @@
--quiet \
--pidfile $PIDFILE \
>/dev/null
+ rm -f "$PIDFILE"
echo "$NAME."
;;
#reload)
----
Thanks,
--
Tatsuya Kinoshita
pgp6kyPZLYQai.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 0.4.1-0.2
The serpento package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/473855 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---