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/strongswan-starter.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/strongswan-starter.install')
-rw-r--r-- | debian/strongswan-starter.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install index feb578bc6..9567bed8b 100644 --- a/debian/strongswan-starter.install +++ b/debian/strongswan-starter.install @@ -1,5 +1,7 @@ #starter usr/lib/ipsec/starter +usr/share/strongswan/templates/config/strongswan.d/starter.conf +etc/strongswan.d/starter.conf usr/lib/ipsec/_copyright usr/sbin/ipsec etc/ipsec.d @@ -10,6 +12,8 @@ usr/share/man/man5/ipsec.secrets.5 usr/share/man/man5/strongswan.conf.5 #updown usr/lib/ipsec/plugins/libstrongswan-updown.so +usr/share/strongswan/templates/config/plugins/updown.conf +etc/strongswan.d/charon/updown.conf usr/lib/ipsec/_updown usr/lib/ipsec/_updown_espmark usr/share/man/man8/_updown.8 @@ -31,6 +35,10 @@ usr/share/man/man1/pki---self.1 usr/share/man/man1/pki---signcrl.1 usr/share/man/man1/pki---verify.1 usr/share/man/man1/pki.1 +usr/share/strongswan/templates/config/strongswan.d/tools.conf +etc/strongswan.d/tools.conf #stroke usr/lib/ipsec/stroke usr/lib/ipsec/plugins/libstrongswan-stroke.so +usr/share/strongswan/templates/config/plugins/stroke.conf +etc/strongswan.d/charon/stroke.conf |