chaosvpn: moved to github
[openwrt/svn-archive/packages.git] / net / chaosvpn / files / chaosvpn.init
diff --git a/net/chaosvpn/files/chaosvpn.init b/net/chaosvpn/files/chaosvpn.init
deleted file mode 100644 (file)
index d415f5d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2010-2011 OpenWrt.org
-
-START=99
-
-SERVICE_DAEMONIZE=1
-
-start()
-{
-       /usr/sbin/chaosvpn_config.sh
-       [ $? = 0 ] || {
-               logger "not starting chaosvpn, check your config"
-               exit 1
-       }
-       service_start /usr/sbin/chaosvpn -f -c /etc/tinc/chaosvpn.conf
-}
-
-stop()
-{
-       service_stop /usr/sbin/chaosvpn
-}