mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] strongswan: Always install strongswan.d dir
@ 2022-12-05  8:56 Lars Pedersen
  2022-12-05  8:56 ` [ptxdist] [PATCH 2/2] strongswan: version bump 5.9.6 -> 5.9.8 Lars Pedersen
  2022-12-15  7:34 ` [ptxdist] [APPLIED] strongswan: Always install strongswan.d dir Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Lars Pedersen @ 2022-12-05  8:56 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-15  7:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05  8:56 [ptxdist] [PATCH 1/2] strongswan: Always install strongswan.d dir Lars Pedersen
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox