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