undo previous change about reinstating the umts initscript
[planetlab-umts-tools.git] / backend / umts.init
diff --git a/backend/umts.init b/backend/umts.init
deleted file mode 100755 (executable)
index 648523b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-# required at boot-time for smooth operation of the umts-related scripts
-# chkconfig: 2345 99 01
-
-function start () { sed -i -e '/slcip/ d' /etc/iproute2/rt_tables ; }
-
-case $1 in
-     start) start;;
-     *) ;;
-esac