conf: Create /etc/strongswan.d directory and include .conf files

This commit is contained in:
Tobias Brunner
2014-02-12 14:34:33 +01:00
parent 45e19c7c88
commit dee50a6046
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ EXTRA_DIST = strongswan.conf
install-exec-local :
test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true
test -e "$(DESTDIR)${sysconfdir}/strongswan.d" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/strongswan.d"
+4
View File
@@ -1,9 +1,13 @@
# strongswan.conf - strongSwan configuration file
#
# Refer to the strongswan.conf(5) manpage for details
#
# Configuration changes should be made in the included files
charon {
plugins {
}
}
include strongswan.d/*.conf