little improvements
[planetlab-umts-tools.git] / umts.init
diff --git a/umts.init b/umts.init
deleted file mode 100755 (executable)
index 641b001..0000000
--- a/umts.init
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-# chkconfig: - 87 30
-# description: Loads modules needed for the umts connection and uses gcom
-
-. /usr/lib/umts_functions
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-
-case "$1" in
-    start)
-       echo "Initializing the umts component..."
-       if init_umts; then echo "Done."; fi
-    ;;
-
-    *)
-       echo "usage: $0 start"
-    ;;
-
-esac
-
-exit 0
-