Your message dated Mon, 30 Mar 2009 21:16:48 +0000
with message-id <[email protected]>
and subject line Bug#448459: fixed in zephyr 3.0~beta.2362-1
has caused the Debian Bug report #448459,
regarding /etc/init.d/zhm 
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.)


-- 
448459: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448459
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zephyr-clients
Version: 2.1.20070719.SNAPSHOT-1
Tags: patch

The zephyr-clients init script /etc/init.d/zhm calls start-stop-daemon using --exec when stopping zhm, which fails to actually stop the zhm process.

        -Tim Abbott
diff -ur zephyr-2.1.20070719.SNAPSHOT.orig/debian/zephyr-clients.init zephyr-2.1.20070719.SNAPSHOT/debian/zephyr-clients.init
--- zephyr-2.1.20070719.SNAPSHOT.orig/debian/zephyr-clients.init	2007-10-29 08:48:06.000000000 +0000
+++ zephyr-2.1.20070719.SNAPSHOT/debian/zephyr-clients.init	2007-10-29 08:49:11.398043033 +0000
@@ -35,7 +35,7 @@
   stop)
 	echo -n "Stopping $DESC: "
 	start-stop-daemon --oknodo --stop --quiet --pidfile /var/run/$NAME.pid \
-		--exec $DAEMON
+		--name $NAME
 	echo "$NAME."
 	;;
   restart|force-reload)
@@ -46,7 +46,7 @@
 	#
 	echo -n "Restarting $DESC: "
 	start-stop-daemon --oknodo --stop --retry 5 --quiet --pidfile \
-		/var/run/$NAME.pid --exec $DAEMON
+		/var/run/$NAME.pid --name $NAME
 	start-stop-daemon --start --quiet --pidfile \
 		/var/run/$NAME.pid --exec $DAEMON -- -N $zhm_args
 	echo "$NAME."

--- End Message ---
--- Begin Message ---
Source: zephyr
Source-Version: 3.0~beta.2362-1

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

libzephyr-dev_3.0~beta.2362-1_i386.deb
  to pool/main/z/zephyr/libzephyr-dev_3.0~beta.2362-1_i386.deb
libzephyr4-krb5_3.0~beta.2362-1_i386.deb
  to pool/main/z/zephyr/libzephyr4-krb5_3.0~beta.2362-1_i386.deb
libzephyr4_3.0~beta.2362-1_i386.deb
  to pool/main/z/zephyr/libzephyr4_3.0~beta.2362-1_i386.deb
zephyr-clients_3.0~beta.2362-1_i386.deb
  to pool/main/z/zephyr/zephyr-clients_3.0~beta.2362-1_i386.deb
zephyr-server-krb5_3.0~beta.2362-1_i386.deb
  to pool/main/z/zephyr/zephyr-server-krb5_3.0~beta.2362-1_i386.deb
zephyr-server_3.0~beta.2362-1_i386.deb
  to pool/main/z/zephyr/zephyr-server_3.0~beta.2362-1_i386.deb
zephyr_3.0~beta.2362-1.diff.gz
  to pool/main/z/zephyr/zephyr_3.0~beta.2362-1.diff.gz
zephyr_3.0~beta.2362-1.dsc
  to pool/main/z/zephyr/zephyr_3.0~beta.2362-1.dsc
zephyr_3.0~beta.2362.orig.tar.gz
  to pool/main/z/zephyr/zephyr_3.0~beta.2362.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.
Karl Ramm <[email protected]> (supplier of updated zephyr 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: Sat, 28 Mar 2009 17:52:06 -0400
Source: zephyr
Binary: libzephyr4 libzephyr4-krb libzephyr4-krb5 libzephyr4-krb45 
zephyr-clients zephyr-server zephyr-server-krb zephyr-server-krb5 
zephyr-server-krb45 libzephyr-dev
Architecture: source i386
Version: 3.0~beta.2362-1
Distribution: experimental
Urgency: low
Maintainer: Karl Ramm <[email protected]>
Changed-By: Karl Ramm <[email protected]>
Description: 
 libzephyr-dev - Project Athena's notification service - development files
 libzephyr4 - Project Athena's notification service - non-Kerberos libraries
 libzephyr4-krb - Project Athena's notification service - libraries with 
Kerberos
 libzephyr4-krb45 - The original "Instant Message" system libraries with 
Kerberos 4+5
 libzephyr4-krb5 - The original "Instant Message" system libraries with 
Kerberos V
 zephyr-clients - Project Athena's notification service - client programs
 zephyr-server - Project Athena's notification service - non-Kerberos server
 zephyr-server-krb - Project Athena's notification service - server with 
Kerberos
 zephyr-server-krb45 - The original "Instant Message" system-server with 
Kerberos 4+5
 zephyr-server-krb5 - The original "Instant Message" system-server with 
Kerberos 5
Closes: 207362 448459 477047
Changes: 
 zephyr (3.0~beta.2362-1) experimental; urgency=low
 .
   * new upstream version
 .
 zephyr (3.0~alpha.20090316-1) unstable; urgency=low
 .
   * Kerberos 5 client support; new upstream
   * GNU config automated update: config.sub     (20070118 to 20080116),
     config.guess     (20070306 to 20080123)
   * Upstream merged CMU zwgcplus;  Closes: #207362
   * Upstream now uses c-ares: Closes: #477047
   * Fix braino in init script.  Closes: #448459
Checksums-Sha1: 
 c6c7c92d45f625ce805e8e2610dc8d578d61e2e3 2072 zephyr_3.0~beta.2362-1.dsc
 f9a76b2c38ea785a3b54bc24dfdc763dceae25c8 672241 
zephyr_3.0~beta.2362.orig.tar.gz
 28602c70c5343a68ab8bfc24eb0648a30de19892 23222 zephyr_3.0~beta.2362-1.diff.gz
 74e5c0af55cb486a44c79c6ec1f8653e933a2f69 30678 
libzephyr4_3.0~beta.2362-1_i386.deb
 f17621de24f9227120632bd20ceb721ab49de7f8 121270 
zephyr-clients_3.0~beta.2362-1_i386.deb
 2243bdd670b84edb71a094eb724fd0e01f807a91 109790 
zephyr-server_3.0~beta.2362-1_i386.deb
 8653fe9eaf518fbc170ba490e7f9f672177a74c3 38364 
libzephyr-dev_3.0~beta.2362-1_i386.deb
 9ba261134fbfc49fb937ebcb56c50962300e0f19 34980 
libzephyr4-krb5_3.0~beta.2362-1_i386.deb
 5e6b02df354b29fc1c7cd1fa1b18a6873d097b2a 118410 
zephyr-server-krb5_3.0~beta.2362-1_i386.deb
Checksums-Sha256: 
 b03e3ee56594d7a61ba4be253096138e04a50ed9a780f8258d4c4b07215ef982 2072 
zephyr_3.0~beta.2362-1.dsc
 402d2a313a5cada0cbc0b7d984510376f42154fa51e6db39862f86b2ffa16140 672241 
zephyr_3.0~beta.2362.orig.tar.gz
 efea27bbb1fe0483a0dd5af03224a4e166acbaddc19b283fdc7039676dd426c9 23222 
zephyr_3.0~beta.2362-1.diff.gz
 baa398be39008ad94aab6b8e7e50a58ab4eafc65d1dfadeaa8a30614c805b245 30678 
libzephyr4_3.0~beta.2362-1_i386.deb
 6ae2e03e4ac216245bea6c89e3e280c9b597016cbc49bd349af77248efd1840c 121270 
zephyr-clients_3.0~beta.2362-1_i386.deb
 4f75d134c7e6e96a9dc1702f75b38d73e614c4786dbc02fe3105bf161151a227 109790 
zephyr-server_3.0~beta.2362-1_i386.deb
 d737bfda6d6964951b47e28ebe531478b4c16b73d4079590654f90b51b888620 38364 
libzephyr-dev_3.0~beta.2362-1_i386.deb
 010920e876c1813aa6114aa8d43200470b552c93eed96e3732a0e384d7432c21 34980 
libzephyr4-krb5_3.0~beta.2362-1_i386.deb
 6af556c9ac71f36f632863994aae24ff199f69a64848da31244b4cfe2b0280d5 118410 
zephyr-server-krb5_3.0~beta.2362-1_i386.deb
Files: 
 335b4eae180d9fd7c9a5e3e0d5e62959 2072 net optional zephyr_3.0~beta.2362-1.dsc
 996b3ac514c3d9ef8188fab21860b6a8 672241 net optional 
zephyr_3.0~beta.2362.orig.tar.gz
 3f64f2c21034fa98ea35673bf5799f8f 23222 net optional 
zephyr_3.0~beta.2362-1.diff.gz
 4610c6b7a82900af03ff5edf34915bc4 30678 libs optional 
libzephyr4_3.0~beta.2362-1_i386.deb
 e8483a0c794a9c693daa560a34fd5211 121270 net optional 
zephyr-clients_3.0~beta.2362-1_i386.deb
 f3dadb0bd0b11c74e1eef7d1a9e24ff8 109790 net optional 
zephyr-server_3.0~beta.2362-1_i386.deb
 197afd88795887ce5e6a034c38a0acb0 38364 libdevel optional 
libzephyr-dev_3.0~beta.2362-1_i386.deb
 6ac31403ccabd3945d5d61aac0f86eea 34980 libs optional 
libzephyr4-krb5_3.0~beta.2362-1_i386.deb
 2ba2af580731c9009368dd7eeb1b2fae 118410 net optional 
zephyr-server-krb5_3.0~beta.2362-1_i386.deb

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

iQIcBAEBAgAGBQJJz6OYAAoJELItdz86KScoYq4QAIR5s5Wt6hO5yH1v+EW/flF/
MnzLYb3hm2hBFi5MvNR9FGDeTbbsyTOdDXzK7GORqpdm3i1Ftxa6jtOtdjDNe/P6
abkYBhwBqaazWkez+z3KOzbhhgRvWZSzVYLzjuHARO2d7hO+y5fv7NHltgvul+LQ
hRxXR26DFdk4/JQZWiUTXuVNw9d/PmD9UGac9bgh5zv88r1uo65noVTlTQ/kMhXP
52zbpc0MIyh33PKYxXewFhWCWGwHvxtkjqRdGWJjovlN8Xqy0rz8IYMFPSniqaey
wsO47U6Yworf0NBEEF3jqzgUjItv0y2BPlifgC2LkCfSa28uALaIn2Zww5pAjL/R
agcFguEcbBzajnrOipz8xxOR7SEAjHsaIAUb5IsWd/NM6TymCw35jyTr00WxmE2W
EymN+HBps0VZ0DrF8MK24a7/ju5YmeHmwToKbZ2Zlf2u/hfzYhJDXvkYPJCrQGKc
eCz+gSOsU+qt4pyEmS9U5oJf2MehbdHlyIu5XTchK8TQnB3pOQqFoiNEeal8ubON
EYy2IV1V1al2sk0aE0qmivFnsWGty1LI+7x0OiTBjsJzyt3uQbAt9290VX7ur8E8
ebgiIPZXkQzQOwNpFL3fZZ/T6gpacCn8wMgVxA/Xeak/FzaSICtwQ2wlP8b3sa+S
PReZuFaauI8iN2ry6V75
=iBRL
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to