mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
Add fwknop to packages feed and update to latest version
This commit is contained in:
17
net/fwknop/patches/002-fix_init.patch
Normal file
17
net/fwknop/patches/002-fix_init.patch
Normal 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()
|
||||
Reference in New Issue
Block a user