X-Git-Url: http://git.onelab.eu/?p=planetlab-umts-tools.git;a=blobdiff_plain;f=backend%2Fumts.init;fp=backend%2Fumts.init;h=0000000000000000000000000000000000000000;hp=648523b008aae372cd568456354409bb0e1b4836;hb=b3c642ddb14ca62a053d4852410219d29f9ea4e3;hpb=de454d27e965b2ddb1f465d8cb60080b52b95998 diff --git a/backend/umts.init b/backend/umts.init deleted file mode 100755 index 648523b..0000000 --- a/backend/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