fix location of the primary public keyring for the new reorganization
authorMicah Anderson <micah@riseup.net>
Sun, 1 Feb 2009 00:41:31 +0000 (19:41 -0500)
committerMicah Anderson <micah@riseup.net>
Sun, 1 Feb 2009 00:41:31 +0000 (19:41 -0500)
fix location of the authentication gpg configuration

tests/basic

index 6d0a8888b989aaf1c92321208a92857c391ca3f5..0d780530fbaaab30a36294f82870b61d767c6f17 100755 (executable)
@@ -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