[Pkg-utopia-maintainers] Bug#419259: /etc/network/if-up.d/avahi-daemon does not check for avahi-daemon-check-dns.sh existence

Felipe Sateler fsateler at gmail.com
Sat Apr 14 17:04:22 UTC 2007


Package: avahi-daemon
Version: 0.6.17-3
Severity: normal
Tags: patch

/etc/network/if-up.d/avahi-daemon 
calls /usr/lib/avahi/avahi-daemon-check-dns.sh directly, which fails when the 
package is removed but not purged. The patch to correct it is:

--- /etc/network/if-up.d/avahi-daemon   2007-04-09 16:48:09.000000000 -0400
+++ avahi-daemon        2007-04-14 12:59:38.000000000 -0400
@@ -12,4 +12,4 @@
 # Bail out if resolvconf is installed
 [ -x /sbin/resolvconf ] && exit 0

-exec /usr/lib/avahi/avahi-daemon-check-dns.sh
+[ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ] && 
exec /usr/lib/avahi/avahi-daemon-check-dns.sh



--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.18-4-k7

Debian Release: lenny/sid
  500 unstable        localhost 
  400 unstable        localhost 

--- Package information. ---
Depends                 (Version) | Installed
=================================-+-=============
libavahi-common3                  | 0.6.17-3
libavahi-core5                    | 0.6.17-3
libc6                (>= 2.3.6-6) | 2.5-1
libcap1                           | 1:1.10-14
libdaemon0                        | 0.10-1
libdbus-1-3             (>= 0.94) | 1.0.2-2
libexpat1             (>= 1.95.8) | 1.95.8-3.4
adduser                           | 3.102
dbus                    (>= 0.60) | 1.0.2-2


-- 

	Felipe Sateler




More information about the Pkg-utopia-maintainers mailing list