From 5a69b9c08f9bc9d5b8fd868648b418075a1057aa Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 16 Oct 2017 11:20:18 -0500 Subject: [PATCH] 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 --- net/fwknop/Makefile | 2 +- net/fwknop/files/fwknopd.init | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/net/fwknop/Makefile b/net/fwknop/Makefile index 07f67dbd0f..65a1c94164 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 9a326b9e49..f596911516 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 -- 2.30.2