Your message dated Tue, 08 Nov 2011 17:47:40 +0100
with message-id <1320770860.17721.140660996277...@webmail.messagingengine.com>
and subject line Fixed in unstable
has caused the Debian Bug report #642184,
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 ow...@bugs.debian.org
immediately.)


-- 
642184: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642184
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: unattended-upgrades
Version: 0.72.3
Severity: wishlist
Tags: patch

Here is a patch to add the "status" action to the init script.  Even
though it's trivial, please consider including it so we can uniformly
support the "status" action across all packages.
diff -Nru unattended-upgrades-0.72.3/debian/changelog unattended-upgrades-0.72.3+nmu1/debian/changelog
--- unattended-upgrades-0.72.3/debian/changelog	2011-06-16 10:13:49.000000000 +0300
+++ unattended-upgrades-0.72.3+nmu1/debian/changelog	2011-09-20 06:27:24.000000000 +0300
@@ -1,3 +1,10 @@
+unattended-upgrades (0.72.3+nmu1) unstable; urgency=low
+
+  * debian/unattended-upgrade.init:
+    - add support for "status" action
+
+ -- Peter Eisentraut <pet...@debian.org>  Tue, 20 Sep 2011 06:26:29 +0300
+
 unattended-upgrades (0.72.3) unstable; urgency=low
 
   * debian/rules:
diff -Nru unattended-upgrades-0.72.3/debian/unattended-upgrades.init unattended-upgrades-0.72.3+nmu1/debian/unattended-upgrades.init
--- unattended-upgrades-0.72.3/debian/unattended-upgrades.init	2011-03-04 14:15:27.000000000 +0200
+++ unattended-upgrades-0.72.3+nmu1/debian/unattended-upgrades.init	2011-09-20 06:26:24.000000000 +0300
@@ -26,9 +26,12 @@
   restart|force-reload)
 	# nothing
 	;;
+  status)
+	exit 0
+	;;
   *)
     N=/etc/init.d/$NAME
-    echo "Usage: $N {start|stop|restart|force-reload}" >&2
+    echo "Usage: $N {start|stop|restart|force-reload|status}" >&2
     exit 1
     ;;
 esac

--- End Message ---
--- Begin Message ---
Hi,

this is fixed with the following upload:

unattended-upgrades (0.73.1) unstable; urgency=low

  [ Michael Vogt ]
  * unattended-upgrade:
    - re-eval pkgs_kept_back after a successful upgrade to ensure
      that its in sync with the cache (closes: #639840), thanks to
      Iain Nicol
    - do not write dpkg terminal log in --dry-run mode instead just
      output to stdout (closes: #640329)
  * test/test_origin_pattern.py:
    - test fixes

  [ Peter Eisentraut ]
  * debian/unattended-upgrade.init:
    - add support for "status" action

  [ Iain Nicol ]
  * unattended-upgrade:
    - ensure pkgs_to_upgrade stays sorted and fix crash

 -- Michael Vogt <m...@debian.org>  Wed, 19 Oct 2011 15:16:20 +0200


--- End Message ---

Reply via email to