Your message dated Fri, 21 Dec 2012 18:32:28 +0000
with message-id <[email protected]>
and subject line Bug#651539: fixed in backuppc 3.2.1-4
has caused the Debian Bug report #651539,
regarding init.d status support
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.)
--
651539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651539
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: backuppc
Version: 3.2.1-2
Severity: wishlist
Tags: patch
Here is a patch to add support for the "status" action to the init.d
script of backuppc.
diff -u backuppc-3.2.1/debian/backuppc.init backuppc-3.2.1/debian/backuppc.init
--- backuppc-3.2.1/debian/backuppc.init
+++ backuppc-3.2.1/debian/backuppc.init
@@ -81,8 +81,11 @@
--signal 1
log_end_msg $?
;;
+ status)
+ status_of_proc "$BINDIR/$DAEMON" "$NAME" && exit 0 || exit $?
+ ;;
*)
- log_success_msg "Usage: /etc/init.d/$NAME {start|stop|restart|reload}"
+ log_success_msg "Usage: /etc/init.d/$NAME {start|stop|restart|reload|status}"
exit 1
;;
esac
diff -u backuppc-3.2.1/debian/changelog backuppc-3.2.1/debian/changelog
--- backuppc-3.2.1/debian/changelog
+++ backuppc-3.2.1/debian/changelog
@@ -1,3 +1,9 @@
+backuppc (3.2.1-2.1) UNRELEASED; urgency=low
+
+ * Added support for "status" action to init script
+
+ -- Peter Eisentraut <[email protected]> Fri, 09 Dec 2011 19:09:06 +0200
+
backuppc (3.2.1-2) unstable; urgency=high
* Really fix CVE-2011-3361. Closes: #646865
--- End Message ---
--- Begin Message ---
Source: backuppc
Source-Version: 3.2.1-4
We believe that the bug you reported is fixed in the latest version of
backuppc, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ludovic Drolez <[email protected]> (supplier of updated backuppc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 20 Dec 2012 17:59:28 +0100
Source: backuppc
Binary: backuppc
Architecture: source i386
Version: 3.2.1-4
Distribution: unstable
Urgency: low
Maintainer: Ludovic Drolez <[email protected]>
Changed-By: Ludovic Drolez <[email protected]>
Description:
backuppc - high-performance, enterprise-grade system for backing up PCs
Closes: 650522 651539
Changes:
backuppc (3.2.1-4) unstable; urgency=low
.
* init.d status support. Closes: #651539
* fixed a qw() bug. Closes: #650522
Checksums-Sha1:
bd635f215e37e69ebaa09870ac84be820682ee64 1029 backuppc_3.2.1-4.dsc
4bf66b26885cec6542b977505ac529b3cf0920e0 29114 backuppc_3.2.1-4.diff.gz
2cd1f69e4bb75700487eb836e8634df5a23d2dfb 604644 backuppc_3.2.1-4_i386.deb
Checksums-Sha256:
188848c2178036db463cf0910eb9097d53bb6bf484d18213394018ead047a1f8 1029
backuppc_3.2.1-4.dsc
a49474bf98fdcd8c5e90fdb33a0e67b0a18122eea4d6c72c20f94657c568d009 29114
backuppc_3.2.1-4.diff.gz
5c308ec39832655894a0737c1b7b00f1b83a5f232ce3496aa122ce6657f3a3c2 604644
backuppc_3.2.1-4_i386.deb
Files:
c6775a5c2e954eed154586518c5d4442 1029 utils optional backuppc_3.2.1-4.dsc
fd404717fcef00b7177e19bf51e0927a 29114 utils optional backuppc_3.2.1-4.diff.gz
cf2e385720591fea7473492fb545f84c 604644 utils optional
backuppc_3.2.1-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAlDUp48ACgkQsRlQAP1GpphauQCcDQKAc0z4tJxIUBGn/ABMv2Zj
XDcAn3HMlZnjCtnuOIB9pPiCSA1v5SkH
=Rur0
-----END PGP SIGNATURE-----
--- End Message ---