lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 4930355c6bc31f99c0c20aed4c5d77df0b5b1c17
parent 7fcd722531736583eb01e89a5494e3c7ddf8e5d4
Author: Jo-Philipp Wich <jo@mein.io>
Date:   Thu,  7 Jul 2016 08:13:54 +0200

ipsec-tools: fix syntax error in default racoon config

The default /etc/config/racoon shipped by ipsec-tools lacks an option keyword
on the p2_proposal line, leading to a syntax error when processing the file.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>

Diffstat:
Mnet/ipsec-tools/Makefile | 2+-
Mnet/ipsec-tools/files/racoon | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/ipsec-tools/Makefile b/net/ipsec-tools/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ipsec-tools PKG_VERSION:=0.8.2 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net> PKG_LICENSE := BSD-3-Clause diff --git a/net/ipsec-tools/files/racoon b/net/ipsec-tools/files/racoon @@ -60,7 +60,7 @@ config sainfo 'welcome' option defdomain 'myhome.local' config sainfo 'client' - p2_proposal 'std_p2' + option p2_proposal 'std_p2' config tunnel 'Office' option enabled 1