From: Philip Prindeville Date: Wed, 2 Dec 2020 05:53:30 +0000 (-0700) Subject: strongswan: avoid duplicate logging X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9ddc50287252ceeb8804143934d14b703cbbb9ec;p=feed%2Fpackages.git strongswan: avoid duplicate logging Signed-off-by: Philip Prindeville --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 18c48e6382..82a3a43ac7 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strongswan PKG_VERSION:=5.9.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/ diff --git a/net/strongswan/files/ipsec.init b/net/strongswan/files/ipsec.init index b2efc74e86..63b7507a23 100644 --- a/net/strongswan/files/ipsec.init +++ b/net/strongswan/files/ipsec.init @@ -326,9 +326,6 @@ config_ipsec() { swan_xappend " daemon {" swan_xappend " default = $debug" swan_xappend " }" - swan_xappend " auth {" - swan_xappend " default = $debug" - swan_xappend " }" swan_xappend " }" swan_xappend "}" }