[debian-edu-commits] r80138 - in branches/wheezy/debian-edu-config: bin debian share/debian-edu-config/tools

pere at alioth.debian.org pere at alioth.debian.org
Sun May 19 06:22:15 UTC 2013


Author: pere
Date: 2013-05-19 06:22:14 +0000 (Sun, 19 May 2013)
New Revision: 80138

Modified:
   branches/wheezy/debian-edu-config/bin/ltsp-arch-debian-edu
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/share/debian-edu-config/tools/locate-syslog-collector
Log:
Make locate-syslog-collector and ltsp-arch-debian-edu more robust
by always running them in the C locale.

Modified: branches/wheezy/debian-edu-config/bin/ltsp-arch-debian-edu
===================================================================
--- branches/wheezy/debian-edu-config/bin/ltsp-arch-debian-edu	2013-05-19 05:01:32 UTC (rev 80137)
+++ branches/wheezy/debian-edu-config/bin/ltsp-arch-debian-edu	2013-05-19 06:22:14 UTC (rev 80138)
@@ -1,4 +1,6 @@
 #!/bin/sh
+LC_ALL=C
+export LC_ALL
 arch="$(/usr/bin/dpkg --print-architecture)"
 if [ 'amd64' = "$arch" ] ; then
     /bin/echo i386

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-05-19 05:01:32 UTC (rev 80137)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-05-19 06:22:14 UTC (rev 80138)
@@ -12,6 +12,8 @@
     - Allow it to look for new extentions.
     - Use LANG environment variable to choose locale.
     - Disable default browser checking.
+  * Make locate-syslog-collector and ltsp-arch-debian-edu more robust
+    by always running them in the C locale.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 18 May 2013 09:41:59 +0200
 

Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/locate-syslog-collector
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/locate-syslog-collector	2013-05-19 05:01:32 UTC (rev 80137)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/locate-syslog-collector	2013-05-19 06:22:14 UTC (rev 80138)
@@ -2,6 +2,9 @@
 
 set -e
 
+LC_ALL=C
+export LC_ALL
+
 domain="$(hostname -d)"
 
 if ping -c2 syslog.$domain > /dev/null 2>&1; then




More information about the debian-edu-commits mailing list