diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/strongswan-starter.install | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ac07f23f6..9706b9318 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ strongswan (5.2.0-1) UNRELEASED; urgency=medium - pt_BR.po updated, thanks Adriano Rafael Gomes. closes: #752721 * debian/patches: 03_pfkey-Always-include-stdint.h dropped, included upstream. + * debian/strongswan-starter.install: + - replace tools.conf by pki.conf and scepclient.conf. -- Yves-Alexis Perez <corsac@debian.org> Fri, 11 Jul 2014 07:23:41 +0200 diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install index 6d4210e76..5d765eeb5 100644 --- a/debian/strongswan-starter.install +++ b/debian/strongswan-starter.install @@ -34,8 +34,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 +usr/share/strongswan/templates/config/strongswan.d/pki.conf +usr/share/strongswan/templates/config/strongswan.d/scepclient.conf +etc/strongswan.d/pki.conf +etc/strongswan.d/scepclient.conf #stroke usr/lib/ipsec/stroke usr/lib/ipsec/plugins/libstrongswan-stroke.so |