conf: Create /etc/strongswan.d directory and include .conf files
This commit is contained in:
@@ -3,3 +3,4 @@ EXTRA_DIST = strongswan.conf
|
|||||||
install-exec-local :
|
install-exec-local :
|
||||||
test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
|
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.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true
|
||||||
|
test -e "$(DESTDIR)${sysconfdir}/strongswan.d" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/strongswan.d"
|
||||||
|
|||||||
@@ -1,9 +1,13 @@
|
|||||||
# strongswan.conf - strongSwan configuration file
|
# strongswan.conf - strongSwan configuration file
|
||||||
#
|
#
|
||||||
# Refer to the strongswan.conf(5) manpage for details
|
# Refer to the strongswan.conf(5) manpage for details
|
||||||
|
#
|
||||||
|
# Configuration changes should be made in the included files
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
plugins {
|
plugins {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
include strongswan.d/*.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user