From: Jonathan Bennett Date: Mon, 16 Oct 2017 16:20:18 +0000 (-0500) Subject: Fwknopd: Bump PKG_RELEASE and minor fix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5a69b9c08f9bc9d5b8fd868648b418075a1057aa;p=openwrt-packages.git Fwknopd: Bump PKG_RELEASE and minor fix An unneccesary include in the init file was causing problems when using the package builder. Signed-off-by: Jonathan Bennett --- diff --git a/net/fwknop/Makefile b/net/fwknop/Makefile index 07f67dbd0..65a1c9416 100644 --- a/net/fwknop/Makefile +++ b/net/fwknop/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fwknop PKG_VERSION:=2.6.9 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.cipherdyne.org/fwknop/download diff --git a/net/fwknop/files/fwknopd.init b/net/fwknop/files/fwknopd.init index 9a326b9e4..f59691151 100644 --- a/net/fwknop/files/fwknopd.init +++ b/net/fwknop/files/fwknopd.init @@ -4,7 +4,6 @@ # Copyright (C) 2009-2014 fwknop developers and contributors. For a full # list of contributors, see the file 'CREDITS'. # -. /lib/functions.sh USE_PROCD=1 START=95