X-Git-Url: http://git.onelab.eu/?p=planetlab-umts-tools.git;a=blobdiff_plain;f=umts.init;fp=umts.init;h=648523b008aae372cd568456354409bb0e1b4836;hp=0000000000000000000000000000000000000000;hb=b518901e4533042ccf9ac2aa12e05582d5629ad4;hpb=3b48f88c249cda58dc52f838d5ce9c098a6614e3 diff --git a/umts.init b/umts.init new file mode 100755 index 0000000..648523b --- /dev/null +++ b/umts.init @@ -0,0 +1,10 @@ +#!/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