diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-17 23:33:55 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-17 23:33:55 -0500 |
commit | 278c20f82d2ee0954a04b8daae5cbc2788c0015c (patch) | |
tree | d38fb83491979a432d7cade2129d0a831ef8c148 /packaging | |
parent | ad44601e1869bc0bf3ce6ca88a7476379aa3c459 (diff) | |
parent | c1924de73702d0f999a44bc63df9bee0d432636a (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/debian/monkeysphere.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debian/monkeysphere.postinst b/packaging/debian/monkeysphere.postinst index c697ae2..8e79771 100755 --- a/packaging/debian/monkeysphere.postinst +++ b/packaging/debian/monkeysphere.postinst @@ -17,8 +17,8 @@ if ! getent passwd monkeysphere >/dev/null ; then monkeysphere fi -# import the host ssh key into the monkeysphere, with no expiration -# FIXME: figure out how to do this best +# setup monkeysphere authentication +monkeysphere-authentication setup # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. |