New script grml-sniff; fix typo in grml-bridge; drop Latest change header
[grml-network.git] / sbin / grml-pptp-inode
index 91c3dcb..3c61d33 100755 (executable)
@@ -4,7 +4,6 @@
 # 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]
 ################################################################################
 
 ################################################################################
 # by Wolfgang Scheicher.
 ################################################################################
 
-LANG=C
+export LANG=C
 
-if [ "$UID" != 0 ]; then
-#  sudo $0
-#  exit
-echo foo
+if [ $UID != 0 ] ; then
+   echo Error: become root before starting $0 >& 2
+   exit 100
 fi
 
 if [ -z "$FORCE_OLD" ] ; then