From 1026a1fd4e08bc8c019868c6ab4ab6b2f44e2717 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kerma=20G=C3=A9rald?= Date: Sat, 15 Jan 2022 08:33:46 +0100 Subject: [PATCH] crowdsec-firewall-bouncer: fix name in initd to start the process MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit crowdsec rename the binary from crowdsec-firewall-bouncer to cs-firewall-bouncer the initd need the correct binary name to start the process the link for github source need also to be fixed (only the information one) fix the BuildDate updated copyright Signed-off-by: Kerma Gérald (cherry picked from commit d6b116cb43802048d883a13e2d2e95eea76ad565) --- net/crowdsec-firewall-bouncer/Makefile | 6 +++--- .../files/crowdsec-firewall-bouncer.initd | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/crowdsec-firewall-bouncer/Makefile b/net/crowdsec-firewall-bouncer/Makefile index c9905b78fa..b1313579a8 100644 --- a/net/crowdsec-firewall-bouncer/Makefile +++ b/net/crowdsec-firewall-bouncer/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Copyright (C) 2021-2022 Gerald Kerma +# Copyright (C) 2021-2022 Gerald Kerma # include $(TOPDIR)/rules.mk @@ -24,7 +24,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/cs-firewall-bouncer-$(PKG_VERSION) CSFB_BUILD_VERSION?=v$(PKG_VERSION) CSFB_BUILD_GOVERSION:=$(shell go version | cut -d " " -f3 | sed -E 's/[go]+//g') -CWD_BUILD_TIMESTAMP:=$(shell date +%F"_"%T) +CSFB_BUILD_TIMESTAMP:=$(shell date +%F"_"%T) CSFB_BUILD_TAG:=openwrt-$(PKG_VERSION)-$(PKG_RELEASE) CSFB_VERSION_PKG:=github.com/crowdsecurity/cs-firewall-bouncer/pkg/version @@ -42,7 +42,7 @@ define Package/crowdsec-firewall-bouncer/Default SECTION:=net CATEGORY:=Network TITLE:=Firewall bouncer for Crowdsec - URL:=https://github.com/crowdsecurity/crowdsec-firewall-bouncer/ + URL:=https://github.com/crowdsecurity/cs-firewall-bouncer/ endef define Package/crowdsec-firewall-bouncer diff --git a/net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd b/net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd index f720e366ae..32a47b8808 100755 --- a/net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd +++ b/net/crowdsec-firewall-bouncer/files/crowdsec-firewall-bouncer.initd @@ -1,10 +1,10 @@ #!/bin/sh /etc/rc.common -# (C) 2021 Gerald Kerma +# Copyright (C) 2021-2022 Gerald Kerma START=99 USE_PROCD=1 NAME=crowdsec-firewall-bouncer -PROG=/usr/bin/crowdsec-firewall-bouncer +PROG=/usr/bin/cs-firewall-bouncer CONFIG=/etc/crowdsec/bouncers/crowdsec-firewall-bouncer.yaml BACKEND=iptables VARCONFIGDIR=/var/etc/crowdsec/bouncers -- 2.30.2