diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/george/changelog | 7 | ||||
-rw-r--r-- | doc/zimmerman/changelog | 28 |
2 files changed, 35 insertions, 0 deletions
diff --git a/doc/george/changelog b/doc/george/changelog index b528fd0..30aa2b1 100644 --- a/doc/george/changelog +++ b/doc/george/changelog @@ -7,11 +7,18 @@ * changes to this system (first command at top, last at bottom) * ****************************************************************************** +2009-01-30 - micah + * Replaced nullmailer with postfix, nullmailer doesn't handle aliases + and insisted either on constantly respooling mail when there was no + where to go. + 2009-01-24 - micah * Configured /etc/aliases to have root go to mjgoins, micah, dkg, jrollins * Configured /etc/nullmailer/remotes to have mail.riseup.net so remote delivery will work * Removed the hundreds of queued cron emails that had resulted in 30gig of mail.err logs * Rotated the giant logs out + * aptitude update && aptitude full-upgrade + 2008-10-29 - dkg * aptitude update && aptitude full-upgrade diff --git a/doc/zimmerman/changelog b/doc/zimmerman/changelog new file mode 100644 index 0000000..a92557d --- /dev/null +++ b/doc/zimmerman/changelog @@ -0,0 +1,28 @@ +****************************************************************************** +* * +* zimmerman system log * +* * +****************************************************************************** +* Please add new entries in reverse chronological order whenever you make * +* changes to this system (first command at top, last at bottom) * +****************************************************************************** + +2008-11-17 - micah + * verified the SHA256 values for the key material + * /usr/lib/sks/sks_build.sh (chose option #2: normalbuild) + * chown -R debian-sks:debian-sks /var/lib/sks + * edit /etc/default/sks to enable the initscript + * /etc/init.d/sks start + * rm -rf /var/lib/sks/dump + +2008-11-15 - micah + * aptitude update && aptitude full-upgrade + * aptitude install sks + * cd /var/lib/sks/dump ; wget -q -r -np -nd -A bz2,SHA256,asc \ + http://nynex.net/keydump/ -e robots=off + * install monkeysphere 0.21-2 package + * apt-get install bzip2 ; bunzip2 /var/lib/sks/dump/*.bz2 + +2008-11-15 - jamie + * aptitude install esmtp-run mailx + * edited /etc/esmtp-run, configured to relay to bulk.mayfirst.org |