projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09dac2c
)
fixing redrect of /usr/bin/gpg to redirect error as well as standard
author
Jamie McClelland
<jm@mayfirst.org>
Tue, 5 Aug 2008 16:38:41 +0000
(12:38 -0400)
committer
Jamie McClelland
<jm@mayfirst.org>
Tue, 5 Aug 2008 16:38:41 +0000
(12:38 -0400)
output to /dev/null for truly quiet output.
doc/README
patch
|
blob
|
history
diff --git
a/doc/README
b/doc/README
index 8d386dee13d844ae2581c58a2b55d987427d5816..2fc2d5fc77ac7f8f33c7d69b6ab4c1f9cec3f216 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:
-0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null
+0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null
2>&1
This would refresh your keychain every day at noon.