diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-11 16:59:48 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-11 16:59:48 -0400 |
commit | 1d030ea7bd00458d7e6643a0f0d705356357872e (patch) | |
tree | a87ee017494cca4bf9f68f86ccd1eece3db6ad03 | |
parent | 1732c334d09f2c4de4d16f10dba1daa971b67fbc (diff) |
close two bugs based on the work today.
-rw-r--r-- | website/bugs/genericize-filesystem-locations-for-testsuite.mdwn | 4 | ||||
-rw-r--r-- | website/bugs/postinst-clobbers-gpg.conf-settings.mdwn | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/website/bugs/genericize-filesystem-locations-for-testsuite.mdwn b/website/bugs/genericize-filesystem-locations-for-testsuite.mdwn index 1d70313..d52908e 100644 --- a/website/bugs/genericize-filesystem-locations-for-testsuite.mdwn +++ b/website/bugs/genericize-filesystem-locations-for-testsuite.mdwn @@ -26,3 +26,7 @@ I guess i'm proposing something like: Thoughts? --dkg + +--- + +[[bugs/done]] on 2008-10-11 diff --git a/website/bugs/postinst-clobbers-gpg.conf-settings.mdwn b/website/bugs/postinst-clobbers-gpg.conf-settings.mdwn index e58b9c7..1463ebd 100644 --- a/website/bugs/postinst-clobbers-gpg.conf-settings.mdwn +++ b/website/bugs/postinst-clobbers-gpg.conf-settings.mdwn @@ -26,3 +26,10 @@ apparatus, which is nice. If we do want to do that, I guess we'd symlink to them from the monkeysphere-specific `$GNUPGHOME`s in `/var/lib/monkeysphere`, since `gpg` does not seem to allow for overriding the location of the `gpg.conf` independent of `$GNUPGHOME`. + +--- + +All the gpg.conf files now reside in /etc/monkeysphere, and are linked +in into the GNUPGHOMEs in /var/lib/monkeysphere. + +[[bugs/done]] on 2008-10-11 |