Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 97 → Rev 98

/trunk/debian/lsh-server.postrm
20,7 → 20,7
if [ -f /usr/share/debconf/confmodule ] ; then
. /usr/share/debconf/confmodule
 
db_get "lsh-server/purge_hostkeys" || true
db_get "lsh-server/purge_hostkey" || true
 
PURGE_HOSTKEYS="$RET"
fi
/trunk/debian/changelog
3,6 → 3,8
* Default to deleting host key on purge (Closes: #670433). It's only a
host key, not significant amounts of user-generated data, so there's
no good reason that a purge shouldn't delete it.
* Correct misspelling of debconf key, which caused the host key never to
be deleted.
* Add Italian debconf localization. (Closes: #666425). Thanks to
Beatrice Torracca and the Italian localization team.