diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-02-18 15:19:17 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-02-18 15:19:17 -0500 |
commit | 3b48f2e80fac8d0fc62537ed07b3d1f1946648cd (patch) | |
tree | 2feb4c03aac92cacb7a37eda9def378bde4ee5a3 /packaging/debian | |
parent | 82c81bafc0e49dcd6aa507b14cf78af35a609368 (diff) | |
parent | eff43adce6a763d622fcc254e7cdc210d4573103 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'packaging/debian')
-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. |