X-Git-Url: http://git.onelab.eu/?p=planetlab-umts-tools.git;a=blobdiff_plain;f=umts.init;fp=umts.init;h=0000000000000000000000000000000000000000;hp=641b0012318d06d2a78b5ccd68f61f7e50af9fe7;hb=7e9a89f9de2e79544bff1d0b39d046eac14af25d;hpb=074728ee9faec2c20d4eb693b76bf1f1f81b608f diff --git a/umts.init b/umts.init deleted file mode 100755 index 641b001..0000000 --- a/umts.init +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -# chkconfig: - 87 30 -# description: Loads modules needed for the umts connection and uses gcom - -. /usr/lib/umts_functions - -PATH=/bin:/usr/bin:/sbin:/usr/sbin - -case "$1" in - start) - echo "Initializing the umts component..." - if init_umts; then echo "Done."; fi - ;; - - *) - echo "usage: $0 start" - ;; - -esac - -exit 0 -