[Pkg-utopia-commits] r1280 - packages/etch/avahi/debian
Sjoerd Simons
sjoerd at alioth.debian.org
Sat Mar 17 13:34:24 CET 2007
Author: sjoerd
Date: 2007-03-17 12:34:23 +0000 (Sat, 17 Mar 2007)
New Revision: 1280
Modified:
packages/etch/avahi/debian/avahi-daemon-check-dns.sh
packages/etch/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/etch/avahi/debian/avahi-daemon-check-dns.sh
===================================================================
--- packages/etch/avahi/debian/avahi-daemon-check-dns.sh 2007-03-15 09:59:56 UTC (rev 1279)
+++ packages/etch/avahi/debian/avahi-daemon-check-dns.sh 2007-03-17 12:34:23 UTC (rev 1280)
@@ -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/etch/avahi/debian/changelog
===================================================================
--- packages/etch/avahi/debian/changelog 2007-03-15 09:59:56 UTC (rev 1279)
+++ packages/etch/avahi/debian/changelog 2007-03-17 12:34:23 UTC (rev 1280)
@@ -1,3 +1,10 @@
+avahi (0.6.16-3etch1) testing-proposed-updates; 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-3etch0) testing-proposed-updates; urgency=low
* Rebuild for testing-proposed-updates
More information about the Pkg-utopia-commits
mailing list