diff options
author | Micah Anderson <micah@riseup.net> | 2009-01-31 19:41:31 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-01-31 19:41:31 -0500 |
commit | ddb8c65eb135c54fe21e20dafdf7b69a20107703 (patch) | |
tree | 0b1365cf56edebae1c727c3e930100d18071d5a9 | |
parent | 6923ef580f068ff535af273714e59235260ab7b6 (diff) |
fix location of the primary public keyring for the new reorganization
fix location of the authentication gpg configuration
-rwxr-xr-x | tests/basic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic b/tests/basic index 6d0a888..0d78053 100755 --- a/tests/basic +++ b/tests/basic @@ -178,9 +178,9 @@ cp etc/monkeysphere/monkeysphere-server.conf "$TEMPDIR"/monkeysphere-server.conf cat <<EOF >> "$TEMPDIR"/monkeysphere-server.conf AUTHORIZED_USER_IDS="$MONKEYSPHERE_HOME/authentication/authorized_user_ids" EOF -cat <<EOF > "$MONKEYSPHERE_SYSDATADIR"/gnupg-authentication/gpg.conf +cat <<EOF > "$MONKEYSPHERE_SYSDATADIR"/authentication/sphere/gpg.conf primary-keyring ${MONKEYSPHERE_SYSDATADIR}/authentication/sphere/pubring.gpg -keyring ${MONKEYSPHERE_SYSDATADIR}/host/pubring.gpg +keyring ${MONKEYSPHERE_SYSDATADIR}/authentication/core/pubring.gpg EOF |