summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-03 18:29:18 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-03 18:29:18 -0400
commitac8f7d1c1addf1cea1c6ffb071de1fcfdc60931b (patch)
treec9f4cb567d62606ba9f2adcabb0a4a4ce39f0e4a /doc
parentcae2d7c0319da8670a3c348ceef56e17322689a4 (diff)
parent6ee744d7995ab3445a0575440f1fe3571fabb78e (diff)
Merge commit 'micah/master'
Diffstat (limited to 'doc')
-rw-r--r--doc/george/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/george/changelog b/doc/george/changelog
index 8b03a7f..28cfab4 100644
--- a/doc/george/changelog
+++ b/doc/george/changelog
@@ -7,6 +7,17 @@
* changes to this system (first command at top, last at bottom) *
******************************************************************************
+2008-09-03 - micah
+ * migrated /home/*/.config/monkeysphere/authorized_user_ids to new
+ agreed location: /home/*/.monkeysphere/authorized_user_ids and created
+ a symlink in the original location for transition purposes. Also,
+ did /root's as well. I used this hackish mechanism:
+ $ for user in `find . -wholename './*/.config/monkeysphere/authorized_user_ids' \
+ | cut -d/ -f2`; do mkdir -v ${user}/.monkeysphere; chown ${user}:${user} \
+ ${user}/.monkeysphere; mv -v ${user}/.config/monkeysphere/authorized_user_ids \
+ ${user}/.monkeysphere; ln -s /home/${user}/.monkeysphere/authorized_user_ids \
+ ${user}/.config/monkeysphere/authorized_user_ids; done
+
2008-09-01 - dkg
* set up http://dkg.monkeysphere.info so that i could play around
with ikiwiki updates