diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-03-08 19:25:25 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-03-08 19:25:25 +0100 |
commit | 4a7efb286aaf809849d56841b59c2d733e8dff49 (patch) | |
tree | bdc6e801acbfb97578137258ac668ad120ed0123 | |
parent | f0873edfebd5405fdbc3db93bc6832148abd3c31 (diff) | |
download | vyos-strongswan-4a7efb286aaf809849d56841b59c2d733e8dff49.tar.gz vyos-strongswan-4a7efb286aaf809849d56841b59c2d733e8dff49.zip |
stop lying about ipsec showhostkey command
* debian/ipsec.secrets.proto:
- stop lying about ipsec showhostkey command. closes: #600382
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/ipsec.secrets.proto | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6a6ca08d9..61ced6855 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ strongswan (5.1.1-4) UNRELEASED; urgency=medium - add conflicts against openSwan. closes: #740808 * debian/strongswan-starter,postrm: - remove /var/lib/strongswan on purge. + * debian/ipsec.secrets.proto: + - stop lying about ipsec showhostkey command. closes: #600382 -- Yves-Alexis Perez <corsac@debian.org> Wed, 05 Mar 2014 09:51:11 +0100 diff --git a/debian/ipsec.secrets.proto b/debian/ipsec.secrets.proto index b164b64ed..dfa6dde47 100644 --- a/debian/ipsec.secrets.proto +++ b/debian/ipsec.secrets.proto @@ -1,9 +1,7 @@ # This file holds shared secrets or RSA private keys for authentication. # RSA private key for this host, authenticating it to any other host -# which knows the public part. Suitable public keys, for ipsec.conf, DNS, -# or configuration of other implementations, can be extracted conveniently -# with "ipsec showhostkey". +# which knows the public part. # this file is managed with debconf and will contain the automatically created private key include /var/lib/strongswan/ipsec.secrets.inc |