diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-01-18 22:59:26 -0500 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-01-18 22:59:26 -0500 |
commit | 8324815dbc0d10791906ea355847803c1bf043fb (patch) | |
tree | 78b3b0588cd8450bb5b8d627e64e4d944f7fedfc /packaging/debian | |
parent | 7dbd6806e538ff8732dd87fcf20bfd8271464552 (diff) |
add 0.28 transition script to generate new host_keys.pub.pgp file, and remove all ssh_host_rsa_key.pub.gpg file
Diffstat (limited to 'packaging/debian')
-rwxr-xr-x | packaging/debian/monkeysphere.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/monkeysphere.postinst b/packaging/debian/monkeysphere.postinst index 4e81167..07bf468 100755 --- a/packaging/debian/monkeysphere.postinst +++ b/packaging/debian/monkeysphere.postinst @@ -22,7 +22,7 @@ case $1 in fi # try all available transitions: - for trans in 0.23 ; do + for trans in 0.23 0.28 ; do /usr/share/monkeysphere/transitions/$trans || { \ RET=$? echo "Failed running transition script /usr/share/monkeysphere/transitions/$trans" >&2 |