packages_14.07: strongswan: moved to github
[14.07/packages.git] / net / strongswan / files / ipsec.init
diff --git a/net/strongswan/files/ipsec.init b/net/strongswan/files/ipsec.init
deleted file mode 100644 (file)
index 391a2ae..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh /etc/rc.common
-
-START=90
-STOP=10
-
-start() {
-       ipsec start
-}
-
-stop() {
-       ipsec stop
-}
-
-restart() {
-       ipsec restart
-}
-
-reload() {
-       ipsec update
-}