move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the...
[openwrt/openwrt.git] / openwrt / package / olsrd / files / olsrd.init
diff --git a/openwrt/package/olsrd/files/olsrd.init b/openwrt/package/olsrd/files/olsrd.init
deleted file mode 100644 (file)
index 1f1fdb9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-DEFAULT=/etc/default/olsrd
-[ -f $DEFAULT ] && . $DEFAULT
-
-case $1 in
- start)
-  olsrd $OPTIONS
-  ;;
- *)
-  echo "usage: $0 (start)"
-  exit 1
-esac
-
-exit $?