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/libcharon-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/libcharon-extra-plugins.install')
-rw-r--r-- | debian/libcharon-extra-plugins.install | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/debian/libcharon-extra-plugins.install b/debian/libcharon-extra-plugins.install index 8a7080f00..0292297f2 100644 --- a/debian/libcharon-extra-plugins.install +++ b/debian/libcharon-extra-plugins.install @@ -10,9 +10,34 @@ usr/lib/ipsec/plugins/libstrongswan-medsrv.so usr/lib/ipsec/plugins/libstrongswan-medcli.so usr/lib/ipsec/plugins/libstrongswan-tnc-tnccs.so usr/lib/ipsec/plugins/libstrongswan-unity.so -usr/lib/ipsec/plugins/libstrongswan-xauth-eap.so -usr/lib/ipsec/plugins/libstrongswan-xauth-generic.so -usr/lib/ipsec/plugins/libstrongswan-xauth-pam.so +usr/lib/ipsec/plugins/libstrongswan-xauth-*.so +# standard configuration files +usr/share/strongswan/templates/config/plugins/addrblock.conf +usr/share/strongswan/templates/config/plugins/certexpire.conf +usr/share/strongswan/templates/config/plugins/eap-*.conf +usr/share/strongswan/templates/config/plugins/error-notify.conf +usr/share/strongswan/templates/config/plugins/ha.conf +usr/share/strongswan/templates/config/plugins/led.conf +usr/share/strongswan/templates/config/plugins/lookip.conf +usr/share/strongswan/templates/config/plugins/medsrv.conf +usr/share/strongswan/templates/config/plugins/medcli.conf +usr/share/strongswan/templates/config/plugins/tnc-tnccs.conf +usr/share/strongswan/templates/config/plugins/unity.conf +usr/share/strongswan/templates/config/plugins/xauth-*.conf +usr/share/strongswan/templates/config/strongswan.d/tnc.conf +etc/strongswan.d/tnc.conf +etc/strongswan.d/charon/addrblock.conf +etc/strongswan.d/charon/certexpire.conf +etc/strongswan.d/charon/eap-*.conf +etc/strongswan.d/charon/error-notify.conf +etc/strongswan.d/charon/ha.conf +etc/strongswan.d/charon/led.conf +etc/strongswan.d/charon/lookip.conf +etc/strongswan.d/charon/medsrv.conf +etc/strongswan.d/charon/medcli.conf +etc/strongswan.d/charon/tnc-tnccs.conf +etc/strongswan.d/charon/unity.conf +etc/strongswan.d/charon/xauth-*.conf # support libs usr/lib/ipsec/libfast.so* usr/lib/ipsec/libpttls.so* |