mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lars Pedersen <lapeddk@gmail.com>
To: ptxdist@pengutronix.de
Cc: Lars Pedersen <lapeddk@gmail.com>
Subject: [ptxdist] [PATCH 1/2] strongswan: Always install strongswan.d dir
Date: Mon,  5 Dec 2022 09:56:43 +0100	[thread overview]
Message-ID: <20221205085644.221422-1-lapeddk@gmail.com> (raw)

The default strongswan.conf loads plugins via
strongswan.d/charon/*.conf files.

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/strongswan.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/strongswan.make b/rules/strongswan.make
index 99f2fae74..07a7ade73 100644
--- a/rules/strongswan.make
+++ b/rules/strongswan.make
@@ -312,7 +312,6 @@ endif
 
 ifdef PTXCONF_STRONGSWAN_SWANCTL
 	@$(call install_lib, strongswan, 0, 0, 0644, libvici)
-	@$(call install_tree, strongswan, 0, 0, -, /etc/strongswan.d)
 	@$(call install_alternative, strongswan, 0, 0, 0644, /etc/swanctl/swanctl.conf)
 	@$(call install_copy, strongswan, 0, 0, 0750, /etc/swanctl/bliss)
 	@$(call install_copy, strongswan, 0, 0, 0750, /etc/swanctl/ecdsa)
@@ -329,6 +328,7 @@ ifdef PTXCONF_STRONGSWAN_SWANCTL
 	@$(call install_copy, strongswan, 0, 0, 0755, /etc/swanctl/x509ocsp)
 endif
 
+	@$(call install_tree, strongswan, 0, 0, -, /etc/strongswan.d)
 	@$(call install_copy, strongswan, 0, 0, 0644, /etc/ipsec.d/aacerts)
 	@$(call install_copy, strongswan, 0, 0, 0644, /etc/ipsec.d/acerts)
 	@$(call install_copy, strongswan, 0, 0, 0644, /etc/ipsec.d/cacerts)
-- 
2.38.1




             reply	other threads:[~2022-12-05  8:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05  8:56 Lars Pedersen [this message]
2022-12-05  8:56 ` [ptxdist] [PATCH 2/2] strongswan: version bump 5.9.6 -> 5.9.8 Lars Pedersen
2022-12-09  8:00   ` Michael Olbrich
2022-12-15  7:34 ` [ptxdist] [APPLIED] strongswan: Always install strongswan.d dir Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221205085644.221422-1-lapeddk@gmail.com \
    --to=lapeddk@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox