store backend stuff in a backend/ subdir like for frontend
[planetlab-umts-tools.git] / umts.init
diff --git a/umts.init b/umts.init
deleted file mode 100755 (executable)
index 648523b..0000000
--- a/umts.init
+++ /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