Your message dated Fri, 30 May 2008 15:52:22 +0100
with message-id <[EMAIL PROTECTED]>
and subject line bandersnatch has been removed from Debian, closing #438442
has caused the Debian Bug report #438442,
regarding bandersnatch: starting jabber does not start bandersnatch
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.)


-- 
438442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438442
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bandersnatch
Version: 0.4-1.2
Severity: important
Tags: patch

Due to an extra -- in /etc/jabber/jabber.d/bandersnatch, bandersnatch is
not started when jabber is started. Also, the reload function of the
init script looks broken. The attached patch should fix these issues.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
--- debian/bandersnatch.init.d~	2007-08-17 10:31:01.000000000 +1000
+++ debian/bandersnatch.init.d	2007-08-17 10:39:38.000000000 +1000
@@ -15,7 +15,7 @@
 DAEMON=/usr/sbin/bandersnatch
 NAME=bandersnatch
 DESC=bandersnatch
-CMDLINE=' /etc/jabber/bandersnatch.xml'
+CMDLINE='/etc/jabber/bandersnatch.xml'
 
 test -f $DAEMON || exit 0
 
@@ -25,7 +25,7 @@
   start)
 	echo -n "Starting $DESC: "
 	start-stop-daemon -m -b --start --quiet --pidfile /var/run/$NAME.pid \
-		--exec $DAEMON -- $CMDLINE
+		--exec $DAEMON $CMDLINE
 	echo "$NAME."
 	;;
   stop)
@@ -53,11 +53,10 @@
 	#	just the same as "restart".
 	#
 	echo -n "Restarting $DESC: "
-	start-stop-daemon --stop --quiet --pidfile \
-		/var/run/$NAME.pid --exec $DAEMON
+	start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid
 	sleep 1
 	start-stop-daemon --start --quiet --pidfile \
-		/var/run/$NAME.pid --exec $DAEMON
+		/var/run/$NAME.pid --exec $DAEMON $CMDLINE
 	echo "$NAME."
 	;;
   *)

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Version: 0.4-1.2+rm

The bandersnatch 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/442046 . 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 ---

Reply via email to