diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-03-12 10:27:38 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-03-12 10:56:08 +0100 |
commit | 0932ba90885dd077017853610c42b49b125f68ba (patch) | |
tree | 2dedfb23aa0c71587658666db3a7bd8c236c536d /debian/libstrongswan-extra-plugins.install | |
parent | 5bbe04fa6812ef21055e8be1b7e33bae295beea5 (diff) | |
download | vyos-strongswan-0932ba90885dd077017853610c42b49b125f68ba.tar.gz vyos-strongswan-0932ba90885dd077017853610c42b49b125f68ba.zip |
Install configuration files for all plugins
* debian/rules, debian/*.install:
- install default configuration files for all plugins.
Diffstat (limited to 'debian/libstrongswan-extra-plugins.install')
-rw-r--r-- | debian/libstrongswan-extra-plugins.install | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/debian/libstrongswan-extra-plugins.install b/debian/libstrongswan-extra-plugins.install index db196e3a0..2a7c209aa 100644 --- a/debian/libstrongswan-extra-plugins.install +++ b/debian/libstrongswan-extra-plugins.install @@ -1,4 +1,4 @@ -# libstrongswan +# libstrongswan plugins usr/lib/ipsec/plugins/libstrongswan-ccm.so usr/lib/ipsec/plugins/libstrongswan-cmac.so usr/lib/ipsec/plugins/libstrongswan-ctr.so @@ -7,3 +7,20 @@ usr/lib/ipsec/plugins/libstrongswan-gcrypt.so usr/lib/ipsec/plugins/libstrongswan-ldap.so usr/lib/ipsec/plugins/libstrongswan-pkcs11.so usr/lib/ipsec/plugins/libstrongswan-test-vectors.so +# default configuration files +usr/share/strongswan/templates/config/plugins/ccm.conf +usr/share/strongswan/templates/config/plugins/cmac.conf +usr/share/strongswan/templates/config/plugins/ctr.conf +usr/share/strongswan/templates/config/plugins/curl.conf +usr/share/strongswan/templates/config/plugins/gcrypt.conf +usr/share/strongswan/templates/config/plugins/ldap.conf +usr/share/strongswan/templates/config/plugins/pkcs11.conf +usr/share/strongswan/templates/config/plugins/test-vectors.conf +etc/strongswan.d/charon/ccm.conf +etc/strongswan.d/charon/cmac.conf +etc/strongswan.d/charon/ctr.conf +etc/strongswan.d/charon/curl.conf +etc/strongswan.d/charon/gcrypt.conf +etc/strongswan.d/charon/ldap.conf +etc/strongswan.d/charon/pkcs11.conf +etc/strongswan.d/charon/test-vectors.conf |