projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
939ccf7
)
redirect sample refresh keys cron tab to /dev/null.
author
Jamie McClelland
<jm@mayfirst.org>
Sun, 3 Aug 2008 20:36:03 +0000
(16:36 -0400)
committer
Jamie McClelland
<jm@mayfirst.org>
Sun, 3 Aug 2008 20:36:03 +0000
(16:36 -0400)
doc/README
patch
|
blob
|
history
diff --git
a/doc/README
b/doc/README
index bed03806f32e3ee092e1e9b6442e56af7cbd9811..8d386dee13d844ae2581c58a2b55d987427d5816 100644
(file)
--- a/
doc/README
+++ b/
doc/README
@@
-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:
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.
This would refresh your keychain every day at noon.