diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-24 00:56:19 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-24 00:56:19 -0400 |
commit | 2a8ee05beeb4d81e58cf6e9af9e1b1abfa5c1709 (patch) | |
tree | d8d51937c0c23ecdf590c81acf4e0b7c32c8467d /src | |
parent | 2253eae310120e49e0ae93cec273b48c0d8f26a8 (diff) |
Fix man pages to reflect recent path changes.
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere-server | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server index b711fc5..ac7c1cb 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -125,8 +125,8 @@ EOF # write the key to the file # NOTE: assumes that the primary key is the proper key to use - (umask 077 && gpgsecret2ssh "$keyID" > "${MS_HOME}/ssh_host_rsa_key") - log "Private SSH host key output to file: ${MS_HOME}/ssh_host_rsa_key" + (umask 077 && gpgsecret2ssh "$keyID" > "${VARLIB}/ssh_host_rsa_key") + log "Private SSH host key output to file: ${VARLIB}/ssh_host_rsa_key" } # gpg output key fingerprint |