Your message dated Sun, 07 Jun 2009 15:36:01 +0000
with message-id <[email protected]>
and subject line Bug#526051: fixed in sysstat 9.0.3-1
has caused the Debian Bug report #526051,
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.)


-- 
526051: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526051
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysstat
Version: 9.0.1-1
Severity: wishlist
Tags: patch

Here is a patch to support the "status" action in the init script.  It's a bit 
of an unorthodox solution given the special nature of what the script does, 
but I think it's useful and within the spirit of LSB, stating whether the 
service in question is active or not.
diff -u sysstat-9.0.1/debian/sysstat.init.d sysstat-9.0.1/debian/sysstat.init.d
--- sysstat-9.0.1/debian/sysstat.init.d
+++ sysstat-9.0.1/debian/sysstat.init.d
@@ -45,9 +45,17 @@
         ;;
   stop)
         ;;
-
+  status)
+        if [ "$ENABLED" = "true" ] ; then
+                log_success_msg "sadc cron jobs are enabled"
+                exit 0
+        else
+                log_failure_msg "sadc cron jobs are disabled"
+                exit 3
+        fi
+        ;;
   *)
-        log_failure_msg "Usage: $0 {start|stop|restart|reload|force-reload}"
+        log_failure_msg "Usage: $0 {start|stop|restart|reload|force-reload|status}"
         exit 1
         ;;
 esac

--- End Message ---
--- Begin Message ---
Source: sysstat
Source-Version: 9.0.3-1

We believe that the bug you reported is fixed in the latest version of
sysstat, which is due to be installed in the Debian FTP archive:

isag_9.0.3-1_all.deb
  to pool/main/s/sysstat/isag_9.0.3-1_all.deb
sysstat_9.0.3-1.diff.gz
  to pool/main/s/sysstat/sysstat_9.0.3-1.diff.gz
sysstat_9.0.3-1.dsc
  to pool/main/s/sysstat/sysstat_9.0.3-1.dsc
sysstat_9.0.3-1_i386.deb
  to pool/main/s/sysstat/sysstat_9.0.3-1_i386.deb
sysstat_9.0.3.orig.tar.gz
  to pool/main/s/sysstat/sysstat_9.0.3.orig.tar.gz



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.
Robert Luberda <[email protected]> (supplier of updated sysstat 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: Sun, 07 Jun 2009 09:38:31 +0200
Source: sysstat
Binary: sysstat isag
Architecture: source all i386
Version: 9.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda <[email protected]>
Changed-By: Robert Luberda <[email protected]>
Description: 
 isag       - Interactive System Activity Grapher for sysstat
 sysstat    - system performance tools for Linux
Closes: 519253 524219 526051
Changes: 
 sysstat (9.0.3-1) unstable; urgency=low
 .
   * New upstream release
   * Standards-Version: 3.8.1 (no changes)
   * Update Braziliian Portuguese debconf translation (closes: #519253).
   * Support status action in init.d script (closes: #526051).
   * Mention cron.daily's job in README.Debian (closes: #524219).
Checksums-Sha1: 
 4c33d07968093c870595166991aef5b1a6871ec2 960 sysstat_9.0.3-1.dsc
 e9044693fa329875df8b81163a819c1d77d9812d 293761 sysstat_9.0.3.orig.tar.gz
 60cd471cb44f644bba61ec33f37eafa145a6331e 30506 sysstat_9.0.3-1.diff.gz
 c52b85c6716d9b038ae903db92a0c2c8614d8a22 46828 isag_9.0.3-1_all.deb
 e591d4d3868b60f8f58b59b90b375d0e95542fa7 276516 sysstat_9.0.3-1_i386.deb
Checksums-Sha256: 
 d626c7e3160ac1e50685271919ed918059d8c481918172e6c2a865a8bd9563c8 960 
sysstat_9.0.3-1.dsc
 2f23781d4186858b0a25823757728dbbe9ab4e0bf7e921f1e785d313e094b33f 293761 
sysstat_9.0.3.orig.tar.gz
 ebcbf41103665000c8455cdf6441e64998d01bb3ebd3ae93b75a98e6f5499f21 30506 
sysstat_9.0.3-1.diff.gz
 14d12e831b257be4cdb239ef8894b71896d26d2b2baf3a809d311f5dec251935 46828 
isag_9.0.3-1_all.deb
 8b200a53d105d8f14a8a915f33cb4dd29dd654bafe1bf016df61507806a9447a 276516 
sysstat_9.0.3-1_i386.deb
Files: 
 a73928e1327dfc634fb233f84af6a048 960 admin optional sysstat_9.0.3-1.dsc
 0b464951596db934418259737cf50a31 293761 admin optional 
sysstat_9.0.3.orig.tar.gz
 7b539303fb5f944b845aeaeb49c18d59 30506 admin optional sysstat_9.0.3-1.diff.gz
 3753a6b3d19aa9f62830ee2eda7c057b 46828 admin optional isag_9.0.3-1_all.deb
 5e8b0ad6f0fdc8700b90ba0d0fdf663c 276516 admin optional sysstat_9.0.3-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkorb00ACgkQThh1cJ0wnDtKbwCbBucjqr14Bfe8u5g5LPTfijoG
jd4AnAtuRIJyO2NV3PtrlEoTHN62ghrM
=mJoA
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to