export LANG=C in grml-pptp*/grml-vpnc-tugraz scripts 0.2.0
authorMichael Prokop <mika@grml.org>
Fri, 25 Jan 2008 23:14:48 +0000 (00:14 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 25 Jan 2008 23:14:48 +0000 (00:14 +0100)
debian/changelog
sbin/grml-pptp-inode
sbin/grml-pptp-vcgraz
sbin/grml-pptp-xdsl-students
sbin/grml-vpnc-tugraz

index 14b35d8..67d7b4e 100644 (file)
@@ -1,3 +1,11 @@
+grml-network (0.2.0) unstable; urgency=low
+
+  * grml-pptp-inode, grml-pptp-vcgraz, grml-pptp-xdsl-students and
+    grml-vpnc-tugraz: make sure we export LANG=C so parsing ifconfig
+    output inside subshells works in a non-C setup as well.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 26 Jan 2008 00:13:42 +0100
+
 grml-network (0.1.18) unstable; urgency=low
 
   * netcardconfig: check for presence of /proc/net/dev.
index 91c3dcb..2e6e5fa 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Andreas Gredler <jimmy@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Aug 11 11:41:22 CEST 2006 [mika]
+# Latest change: Sam Jän 26 00:12:46 CET 2008 [mika]
 ################################################################################
 
 ################################################################################
@@ -13,7 +13,7 @@
 # by Wolfgang Scheicher.
 ################################################################################
 
-LANG=C
+export LANG=C
 
 if [ "$UID" != 0 ]; then
 #  sudo $0
index 902a2ab..f9e3fdc 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sam Mai 27 15:12:52 CEST 2006 [mika]
+# Latest change: Sam Jän 26 00:12:57 CET 2008 [mika]
 ################################################################################
 
 ################################################################################
@@ -13,8 +13,8 @@
 # by Wolfgang Scheicher.
 ################################################################################
 
-LANG=C
-LC_ALL=C
+export LANG=C
+export LC_ALL=C
 
 if [ "$UID" != 0 ];  then
   sudo $0
index 5b84bec..1f549fb 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Martin Hecher <hecka@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sun Jan 15 16:19:24 CET 2006 [mika]
+# Latest change: Sam Jän 26 00:13:11 CET 2008 [mika]
 ################################################################################
 
 ################################################################################
@@ -15,7 +15,7 @@
 # by Andreas 'Jimmy' Gredler
 ################################################################################
 
-LANG=C
+export LANG=C
 DIALOG="dialog"
 
 if [ "$UID" != 0 ];  then
index 9903ee7..de34977 100755 (executable)
@@ -4,14 +4,14 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Die Feb 27 14:14:34 CET 2007 [mika]
+# Latest change: Sam Jän 26 00:12:37 CET 2008 [mika]
 ################################################################################
 
 # Documentation:
 # http://www.zid.tugraz.at/ki/netz/extern/vpn/
 
-LANG=C
-LC_ALL=C
+export LANG=C
+export LC_ALL=C
 
 if [ "$UID" != 0 ];  then
   sudo $0