Add fwknop to packages feed and update to latest version

This commit is contained in:
Jonathan Bennett
2014-06-11 15:21:16 -05:00
parent f0e44cb3da
commit fd6a30d07b
3 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
--- a/extras/openwrt/package/fwknop/files/fwknopd.init
+++ b/extras/openwrt/package/fwknop/files/fwknopd.init
@@ -11,12 +11,12 @@ FWKNOPD_BIN=/usr/sbin/fwknopd
start()
{
- $FWKNOPD_BIN
+ service_start $FWKNOPD_BIN
}
stop()
{
- $FWKNOPD_BIN -K
+ service_stop $FWKNOPD_BIN -K
}
restart()