Your message dated Fri, 14 Jul 2006 09:47:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#378118: fixed in hddtemp 0.3-beta15-14
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: hddtemp
Version: 0.3-beta15-13
Severity: wishlist
Tags: patch

Please include the init-functions script from lsb-base to get a
consistent look of the output of all init scripts.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-15
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages hddtemp depends on:
ii  debconf [debconf-2.0]        1.5.2       Debian configuration management sy
ii  grep                         2.5.1.ds2-5 GNU grep, egrep and fgrep
ii  libc6                        2.3.6-15    GNU C Library: Shared libraries
ii  sed                          4.1.5-1     The GNU sed stream editor

hddtemp recommends no packages.

-- debconf information excluded
--- hddtemp     2006-06-29 16:49:00.000000000 +0200
+++ /etc/init.d/hddtemp 2006-07-13 15:07:10.329632048 +0200
@@ -35,11 +35,13 @@
 
 [ -x "$DAEMON" ] || exit 0
 
+. /lib/lsb/init-functions
+
 case "$1" in
   start)
        # master switch
        if [ -n "$DAEMON_ARG" -o -n "$SYSLOG_ARG" ] ; then
-               echo -n "Starting $DESC:"
+               log_daemon_msg "Starting $DESC" "$NAME"
                CDROMS_LIST="$(grep "^drive name:" /proc/sys/dev/cdrom/info 
2>/dev/null | sed -e 's/^drive name:\t//g' -e 's/\t/ \/dev\//g')"
                CDROMS_LIST="$CDROMS_LIST $(grep -sl '^ide-scsi ' 
/proc/ide/hd*/driver | awk -F / '{ print "/dev/"$4 }')"
                for disk in $DISKS ; do
@@ -51,18 +53,21 @@
                done
                if [ -n "$DISKS_LIST" ] || [ -n "$DISKS_NOPROBE" ] ; then
                        start-stop-daemon --start --quiet --exec $DAEMON -- 
$DAEMON_ARG $SYSLOG_ARG $OPTIONS $DISKS_NOPROBE $DISKS_LIST
-                       echo " $DISKS_NOPROBE$DISKS_LIST."
+                       ret=$?
+                       log_progress_msg "$DISKS_NOPROBE$DISKS_LIST."
+                       log_end_msg $ret
                else
-                       echo " no disks with monitoring capability were found."
+                       log_progress_msg " no disks with monitoring capability 
were found."
+                       log_end_msg 0
                fi
        fi
        ;;
   stop)
        # master switch
        if [ "$RUN_DAEMON" = "true" -o "$RUN_DAEMON" = "yes" -o "$SYSLOG" != 
"0" ] ; then
-               echo -n "Stopping $DESC: "
+               log_daemon_msg "Stopping $DESC" "$NAME"
                start-stop-daemon --stop --oknodo --exec $DAEMON --retry 30
-               echo "done."
+               log_end_msg $?
        fi
        ;;
   reload|restart|force-reload)

--- End Message ---
--- Begin Message ---
Source: hddtemp
Source-Version: 0.3-beta15-14

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

hddtemp_0.3-beta15-14.diff.gz
  to pool/main/h/hddtemp/hddtemp_0.3-beta15-14.diff.gz
hddtemp_0.3-beta15-14.dsc
  to pool/main/h/hddtemp/hddtemp_0.3-beta15-14.dsc
hddtemp_0.3-beta15-14_mipsel.deb
  to pool/main/h/hddtemp/hddtemp_0.3-beta15-14_mipsel.deb



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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated hddtemp 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.7
Date: Fri, 14 Jul 2006 15:08:39 +0200
Source: hddtemp
Binary: hddtemp
Architecture: source mipsel
Version: 0.3-beta15-14
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 hddtemp    - Utility to monitor the temperature of your hard drive
Closes: 378118
Changes: 
 hddtemp (0.3-beta15-14) unstable; urgency=low
 .
   * Use lsb init-functions in init script. Thanks to Benjamin Leipold for the
     patch (closes: bug#378118).
Files: 
 beb996b0e81dac6354ac303bb13a7d94 618 utils extra hddtemp_0.3-beta15-14.dsc
 46153950735bc9a51238bf98289300a9 36496 utils extra 
hddtemp_0.3-beta15-14.diff.gz
 a9116e4f2da58f275c3b12b1088dd0c5 51720 utils extra 
hddtemp_0.3-beta15-14_mipsel.deb

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

iD8DBQFEt8a/w3ao2vG823MRAmPcAJ0d7QgF/Rv577xSCuGsiU/oDzBujgCfYPw+
/ros+yRZI+2roRkMdC3DxQA=
=7r54
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to