Merge commit 'dkg/master'
authorJamie McClelland <jm@mayfirst.org>
Tue, 5 Aug 2008 13:45:02 +0000 (09:45 -0400)
committerJamie McClelland <jm@mayfirst.org>
Tue, 5 Aug 2008 13:45:02 +0000 (09:45 -0400)
doc/README

index bed03806f32e3ee092e1e9b6442e56af7cbd9811..8d386dee13d844ae2581c58a2b55d987427d5816 100644 (file)
@@ -10,7 +10,7 @@ Keeping your keyring up-to-date
 Regularly refresh your GnuPG keyring from the keyservers.  This can be
 done with a simple cronjob.  An example of crontab line to do this is:
 
-0 12 * * * /usr/bin/gpg --refresh-keys
+0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null
 
 This would refresh your keychain every day at noon.