Your message dated Wed, 22 Mar 2006 14:17:21 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#358190: fixed in avahi 0.6.9-6 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: avahi-daemon Version: 0.6.9-5 Severity: normal Tags: patch The exit statement must be replaced by a return statement or otherwise log_end_msg might not be called after calling d_start. *** avahi-daemon.diff --- avahi-daemon 2006-03-17 15:27:56.000000000 +0100 +++ avahi-daemon 2006-03-21 18:04:56.619164176 +0100 @@ -93,8 +93,7 @@ d_start() { modprobe capability >/dev/null 2>&1 || true - $DAEMON -c - [ $? = 0 ] && exit 0 + $DAEMON -c && return 0 if [ -s /etc/localtime ]; then if [ ! -d /etc/avahi/etc ]; then @@ -110,28 +109,21 @@ # Function that stops the daemon/service. # d_stop() { - $DAEMON -c - [ $? != 0 ] && exit 0 - - $DAEMON -k + $DAEMON -c && $DAEMON -k } # # Function that reload the config file for the daemon/service. # d_reload() { - $DAEMON -c - [ $? != 0 ] && exit 0 - - $DAEMON -r + $DAEMON -c && $DAEMON -r } # # Function that check the status of the daemon/service. # d_status() { - $DAEMON -c - [ $? = 0 ] && echo "$DESC is running" || echo "$DESC is not running" + $DAEMON -c && echo "$DESC is running" || echo "$DESC is not running" } case "$1" in -- 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.15-7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages avahi-daemon depends on: ii adduser 3.85 Add and remove users and groups ii dbus 0.61-5 simple interprocess messaging syst ii libavahi-common3 0.6.9-5 Avahi common library ii libavahi-core4 0.6.9-5 Avahi's embeddable mDNS/DNS-SD lib ii libc6 2.3.6-4 GNU C Library: Shared libraries an ii libcap1 1:1.10-14 support for getting/setting POSIX. ii libdaemon0 0.10-1 lightweight C library for daemons ii libdbus-1-2 0.61-5 simple interprocess messaging syst ii libexpat1 1.95.8-3 XML parsing C library - runtime li Versions of packages avahi-daemon recommends: ii libnss-mdns 0.7-1 NSS module for Multicast DNS name -- no debconf information
--- End Message ---
--- Begin Message ---Source: avahi Source-Version: 0.6.9-6 We believe that the bug you reported is fixed in the latest version of avahi, which is due to be installed in the Debian FTP archive: avahi-daemon_0.6.9-6_i386.deb to pool/main/a/avahi/avahi-daemon_0.6.9-6_i386.deb avahi-discover_0.6.9-6_all.deb to pool/main/a/avahi/avahi-discover_0.6.9-6_all.deb avahi-dnsconfd_0.6.9-6_i386.deb to pool/main/a/avahi/avahi-dnsconfd_0.6.9-6_i386.deb avahi-utils_0.6.9-6_i386.deb to pool/main/a/avahi/avahi-utils_0.6.9-6_i386.deb avahi_0.6.9-6.diff.gz to pool/main/a/avahi/avahi_0.6.9-6.diff.gz avahi_0.6.9-6.dsc to pool/main/a/avahi/avahi_0.6.9-6.dsc libavahi-client-dev_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-client-dev_0.6.9-6_i386.deb libavahi-client3_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-client3_0.6.9-6_i386.deb libavahi-common-data_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-common-data_0.6.9-6_i386.deb libavahi-common-dev_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-common-dev_0.6.9-6_i386.deb libavahi-common3_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-common3_0.6.9-6_i386.deb libavahi-compat-howl-dev_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-compat-howl-dev_0.6.9-6_i386.deb libavahi-compat-howl0_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-compat-howl0_0.6.9-6_i386.deb libavahi-compat-libdnssd-dev_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-compat-libdnssd-dev_0.6.9-6_i386.deb libavahi-compat-libdnssd1_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-compat-libdnssd1_0.6.9-6_i386.deb libavahi-core-dev_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-core-dev_0.6.9-6_i386.deb libavahi-core4_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-core4_0.6.9-6_i386.deb libavahi-glib-dev_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-glib-dev_0.6.9-6_i386.deb libavahi-glib1_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-glib1_0.6.9-6_i386.deb libavahi-qt3-1_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-qt3-1_0.6.9-6_i386.deb libavahi-qt3-dev_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-qt3-dev_0.6.9-6_i386.deb libavahi-qt4-1_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-qt4-1_0.6.9-6_i386.deb libavahi-qt4-dev_0.6.9-6_i386.deb to pool/main/a/avahi/libavahi-qt4-dev_0.6.9-6_i386.deb libavahi1.0-cil_0.6.9-6_all.deb to pool/main/a/avahi/libavahi1.0-cil_0.6.9-6_all.deb monodoc-avahi-manual_0.6.9-6_all.deb to pool/main/a/avahi/monodoc-avahi-manual_0.6.9-6_all.deb python2.4-avahi_0.6.9-6_all.deb to pool/main/a/avahi/python2.4-avahi_0.6.9-6_all.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. Sjoerd Simons <[EMAIL PROTECTED]> (supplier of updated avahi 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: Wed, 22 Mar 2006 20:01:46 +0100 Source: avahi Binary: libavahi1.0-cil libavahi-client3 libavahi-glib-dev libavahi-common-data python2.4-avahi avahi-utils libavahi-common-dev monodoc-avahi-manual libavahi-qt3-1 libavahi-glib1 libavahi-qt4-dev libavahi-qt4-1 avahi-dnsconfd avahi-discover libavahi-compat-libdnssd-dev libavahi-compat-howl-dev libavahi-common3 libavahi-core-dev libavahi-compat-howl0 libavahi-core4 libavahi-client-dev libavahi-compat-libdnssd1 libavahi-qt3-dev avahi-daemon Architecture: source i386 all Version: 0.6.9-6 Distribution: unstable Urgency: low Maintainer: Ross Burton <[EMAIL PROTECTED]> Changed-By: Sjoerd Simons <[EMAIL PROTECTED]> Description: avahi-daemon - Avahi mDNS/DNS-SD daemon avahi-discover - Service discover user interface for avahi avahi-dnsconfd - Avahi DNS configuration tool avahi-utils - Avahi browsing, publishing and discovery utilities libavahi-client-dev - Development files for the Avahi client library libavahi-client3 - Avahi client library libavahi-common-data - Avahi common data files libavahi-common-dev - Development files for the Avahi common library libavahi-common3 - Avahi common library libavahi-compat-howl-dev - Development headers for the Avahi Howl compatibility library libavahi-compat-howl0 - Avahi Howl compatibility library libavahi-compat-libdnssd-dev - Development headers for the Avahi Apple Bonjour compatibility lib libavahi-compat-libdnssd1 - Avahi Apple Bonjour compatibility library libavahi-core-dev - Development files for Avahi's embeddable mDNS/DNS-SD library libavahi-core4 - Avahi's embeddable mDNS/DNS-SD library libavahi-glib-dev - Development headers for the Avahi glib integration library libavahi-glib1 - Avahi glib integration library libavahi-qt3-1 - Avahi QT3 integration library libavahi-qt3-dev - Development headers for the Avahi QT3 integration library libavahi-qt4-1 - Avahi QT4 integration library libavahi-qt4-dev - Development headers for the Avahi QT4 integration library libavahi1.0-cil - CLI bindings for Avahi monodoc-avahi-manual - compiled XML documentation for the CLI bindings of avahi python2.4-avahi - Python utility package for Avahi Closes: 355267 355615 357416 358190 358304 Changes: avahi (0.6.9-6) unstable; urgency=low . [ Sjoerd Simons ] * Also ship docs/NEWS (Closes: #355267) * Don't let libavahi-client3 recommend avahi-daemon. Let the end-user apps decide if they want to recommend avahi-daemon or not. (Closes: #357416) * debian/patches/99_autotools.patch + Added. Update the autotools files so debian/patches/02_pthread_flags.patch actually has effect. Fixes ftbs on mips (Closes: #358304) . [ Sebastian Dröge ] * debian/patches/04_initscript_log_end_msg.patch: + Replace exit statements with return, otherwise log_end_msg might not be called after d_start. Patch by Benjamin Leipold. (Closes: #358190) * debian/patches/05_empty_service_directory.patch: + Change the error message that is printed when running the daemon with an empty or non-existing /etc/avahi/services directory to an informational message as we have no service files installed by default. Also add that this could be caused by an empty service directory. (Closes: #355615) Files: fdea18fb58f6c90178a635c0ae1860df 1568 net optional avahi_0.6.9-6.dsc 6e80a37a245800c474c86210be1369fa 16803 net optional avahi_0.6.9-6.diff.gz 7973acec156c334a7c8348ff5997f4f5 19178 python optional python2.4-avahi_0.6.9-6_all.deb 770b607c96087e97aadd202a3b5e88ff 18450 net optional avahi-discover_0.6.9-6_all.deb 9581cfc3c2f833488c895729a81979a6 38276 net optional monodoc-avahi-manual_0.6.9-6_all.deb f98829e2ba266b34162f9dfaf04842c9 37602 libs optional libavahi1.0-cil_0.6.9-6_all.deb 2746f57bcb37ed1cd4c2455bcbcdfb60 68408 net optional avahi-daemon_0.6.9-6_i386.deb 268670cc383875a8da7d517fd567f11f 24324 net optional avahi-dnsconfd_0.6.9-6_i386.deb fe4b182e5cc9d9a091b5a470ce98744a 32736 net optional avahi-utils_0.6.9-6_i386.deb 97ec280d84b47b00fed2f87e8accd5dc 31880 libs optional libavahi-common3_0.6.9-6_i386.deb 412018965451261a1ca14bc0a11d747f 15764 libs optional libavahi-common-data_0.6.9-6_i386.deb d9a76a8b86a085112e8733305e4374aa 48914 libdevel optional libavahi-common-dev_0.6.9-6_i386.deb efb8c708988a6e6b488c454924765d1c 96174 libs optional libavahi-core4_0.6.9-6_i386.deb 4532db42df8b4929da3812d1f1f34b26 125370 libdevel optional libavahi-core-dev_0.6.9-6_i386.deb 809dbc216f07ef9502fbc3a4e41d1a9e 37298 libs optional libavahi-client3_0.6.9-6_i386.deb 13cc459a4f4190eacc22c5d7c5bf830a 44094 libdevel optional libavahi-client-dev_0.6.9-6_i386.deb 5eb06cc47865876d9c11c1e1eff4bd7e 18346 libs optional libavahi-glib1_0.6.9-6_i386.deb 0c86d89bb1429f5f9b37991d0109a6ca 19162 libdevel optional libavahi-glib-dev_0.6.9-6_i386.deb a52900b3dd1f5d9de686d1e280520ed8 21128 libs optional libavahi-qt3-1_0.6.9-6_i386.deb a108d5fbb23aac9087dd3fe81d7fa783 20774 libdevel optional libavahi-qt3-dev_0.6.9-6_i386.deb c221a9905d0f4333a7d0e283e70d02a1 18808 libs optional libavahi-qt4-1_0.6.9-6_i386.deb b1bafdb72486c84080c9786ad7dba83d 18860 libdevel optional libavahi-qt4-dev_0.6.9-6_i386.deb 6ac92a08f64e0a6e25463ce63527067c 30774 libs optional libavahi-compat-howl0_0.6.9-6_i386.deb 1bb131a4947389f9b24dea81c40fc9a9 44196 libdevel optional libavahi-compat-howl-dev_0.6.9-6_i386.deb 8d8ad6c3ff929de9041089710eff6529 25456 libs optional libavahi-compat-libdnssd1_0.6.9-6_i386.deb 1563a93b74967b9d663c1784c1eccf9e 42974 libdevel optional libavahi-compat-libdnssd-dev_0.6.9-6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEIahygTd+SodosdIRAnyPAKCs88IUmwR8HlLuLxNyz/6P7uL7YQCbB5V1 aEwSSMJR1L8WN4Do7w7NP0I= =uQfO -----END PGP SIGNATURE-----
--- End Message ---

