click: broken for ages, moved to abandoned github feed
[packages.git] / net / click / files / roofnet.init
diff --git a/net/click/files/roofnet.init b/net/click/files/roofnet.init
deleted file mode 100644 (file)
index bc36394..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
-START=50
-
-start() {
-       killall -q click
-       cp /usr/bin/srcr.click /tmp
-       sh /usr/bin/gen_config_roofnet.sh > /tmp/unaligned.click
-       click-align /tmp/unaligned.click > /tmp/roofnet.click
-       /usr/bin/click /tmp/roofnet.click > /tmp/roofnet.log 2>&1 &
-}
-
-stop() {
-       killall click
-}