[Pkg-utopia-commits] r1281 - packages/unstable/avahi/debian
Sjoerd Simons
sjoerd at alioth.debian.org
Sat Mar 17 13:48:35 CET 2007
Author: sjoerd
Date: 2007-03-17 12:48:35 +0000 (Sat, 17 Mar 2007)
New Revision: 1281
Modified:
packages/unstable/avahi/debian/avahi-daemon-check-dns.sh
packages/unstable/avahi/debian/changelog
Log:
* debian/avahi-daemon-check-dns.sh: Run ifconfig with LC_ALL=C to make
.local detection work for all locales (Closes: #415160)
Modified: packages/unstable/avahi/debian/avahi-daemon-check-dns.sh
===================================================================
--- packages/unstable/avahi/debian/avahi-daemon-check-dns.sh 2007-03-17 12:34:23 UTC (rev 1280)
+++ packages/unstable/avahi/debian/avahi-daemon-check-dns.sh 2007-03-17 12:48:35 UTC (rev 1281)
@@ -23,7 +23,7 @@
# then there is no need to query the nameservers
if ! $(egrep -q "nameserver 127.0.0.1|::1" /etc/resolv.conf); then
# Get addresses of all running interfaces
- ADDRS=$(ifconfig | grep ' addr:')
+ ADDRS=$(LC_ALL=C ifconfig | grep ' addr:')
# Filter out all local addresses
ADDRS=$(echo "${ADDRS}" | egrep -v ':127|Scope:Host|Scope:Link')
if [ -z "${ADDRS}" ] ; then
Modified: packages/unstable/avahi/debian/changelog
===================================================================
--- packages/unstable/avahi/debian/changelog 2007-03-17 12:34:23 UTC (rev 1280)
+++ packages/unstable/avahi/debian/changelog 2007-03-17 12:48:35 UTC (rev 1281)
@@ -1,3 +1,10 @@
+avahi (0.6.16-5) unstable; urgency=low
+
+ * debian/avahi-daemon-check-dns.sh: Run ifconfig with LC_ALL=C to make
+ .local detection work for all locales (Closes: #415160)
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sat, 17 Mar 2007 13:30:05 +0100
+
avahi (0.6.16-4) unstable; urgency=low
* Bump version number to be greater then the one in testing-proposed-updates
More information about the Pkg-utopia-commits
mailing list