wifidog: moved to github
[packages.git] / net / wifidog / files / wifidog.init
diff --git a/net/wifidog/files/wifidog.init b/net/wifidog/files/wifidog.init
deleted file mode 100644 (file)
index 9db075d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
-START=65
-EXTRA_COMMANDS="status"
-EXTRA_HELP="        status Print the status of the service"
-
-start() {
-       /usr/bin/wifidog-init start
-}
-
-stop() {
-       /usr/bin/wifidog-init stop
-}
-
-status() {
-       /usr/bin/wifidog-init status
-}
\ No newline at end of file