mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
strongswan: avoid duplicate logging
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=strongswan
|
PKG_NAME:=strongswan
|
||||||
PKG_VERSION:=5.9.1
|
PKG_VERSION:=5.9.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
|
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
|
||||||
|
|||||||
@@ -326,9 +326,6 @@ config_ipsec() {
|
|||||||
swan_xappend " daemon {"
|
swan_xappend " daemon {"
|
||||||
swan_xappend " default = $debug"
|
swan_xappend " default = $debug"
|
||||||
swan_xappend " }"
|
swan_xappend " }"
|
||||||
swan_xappend " auth {"
|
|
||||||
swan_xappend " default = $debug"
|
|
||||||
swan_xappend " }"
|
|
||||||
swan_xappend " }"
|
swan_xappend " }"
|
||||||
swan_xappend "}"
|
swan_xappend "}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user