diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-10-20 16:57:15 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-10-20 16:57:15 +0200 |
commit | fd285ec49affbe223c816bde8d1b0af28d358f12 (patch) | |
tree | 3678c5f76c72fea57964c3ad35e461380e5ae33a | |
parent | 5f7ee089710b28c04d23f6de3408b924f5be85a8 (diff) | |
download | vyos-strongswan-fd285ec49affbe223c816bde8d1b0af28d358f12.tar.gz vyos-strongswan-fd285ec49affbe223c816bde8d1b0af28d358f12.zip |
install the new,empty /etc/ipsec.secrets
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/strongswan-starter.install | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2ccc96887..26b5d3d04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ strongswan (5.5.1-1) UNRELEASED; urgency=medium * New upstream bugfix release. * debian/patches: - 05_network-manager-strongswan-1.4 dropped, included upstream. + * debian/strongswan-starter.install: + - install the new,empty /etc/ipsec.secrets + -- Yves-Alexis Perez <corsac@debian.org> Thu, 20 Oct 2016 16:18:48 +0200 diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install index b02dc9ac5..dad52d648 100644 --- a/debian/strongswan-starter.install +++ b/debian/strongswan-starter.install @@ -6,6 +6,7 @@ usr/lib/ipsec/_copyright usr/sbin/ipsec etc/ipsec.d etc/ipsec.conf +etc/ipsec.secrets usr/share/man/man8/ipsec.8 usr/share/man/man5/ipsec.conf.5 usr/share/man/man5/ipsec.secrets.5 |