Your message dated Sat, 11 May 2013 10:05:52 +0000
with message-id <[email protected]>
and subject line Bug#707655: Removed package(s) from unstable
has caused the Debian Bug report #647023,
regarding init.d status support for sysklogd
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.)
--
647023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647023
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysklogd
Version: 1.5-6.1
Severity: wishlist
Tags: patch
Here is a patch to add support for the "status" action to the sysklogd
init script. The equivalent was already added to klogd earlier.
diff -u sysklogd-1.5/debian/changelog sysklogd-1.5/debian/changelog
--- sysklogd-1.5/debian/changelog
+++ sysklogd-1.5/debian/changelog
@@ -1,3 +1,9 @@
+sysklogd (1.5-6.2) UNRELEASED; urgency=low
+
+ * Add support for "status" action to sysklogd init script
+
+ -- Peter Eisentraut <[email protected]> Sat, 29 Oct 2011 17:11:50 +0300
+
sysklogd (1.5-6.1) unstable; urgency=low
* Non-maintainer upload.
diff -u sysklogd-1.5/debian/rc sysklogd-1.5/debian/rc
--- sysklogd-1.5/debian/rc
+++ sysklogd-1.5/debian/rc
@@ -145,8 +145,11 @@
$0 start
fi
;;
+ status)
+ status_of_proc -p $pidfile $binpath syslogd && exit 0 || exit $?
+ ;;
*)
- log_success_msg "Usage: /etc/init.d/sysklogd {start|stop|reload|restart|force-reload|reload-or-restart}"
+ log_success_msg "Usage: /etc/init.d/sysklogd {start|stop|reload|restart|force-reload|reload-or-restart|status}"
exit 1
esac
--- End Message ---
--- Begin Message ---
Version: 1.5-6.2+rm
Dear submitter,
as the package sysklogd has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/707655
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---