update changelog to reflect the new monkeysphere user configuration location
authorMicah Anderson <micah@riseup.net>
Wed, 3 Sep 2008 22:14:13 +0000 (18:14 -0400)
committerMicah Anderson <micah@riseup.net>
Wed, 3 Sep 2008 22:14:13 +0000 (18:14 -0400)
doc/george/changelog

index 8b03a7f98fd55ba422621edf962c646c482af640..28cfab41ad99a9fcaa483f10dbc6a049d68deb9b 100644 (file)
@@ -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