From: Jamie McClelland Date: Tue, 5 Aug 2008 16:38:41 +0000 (-0400) Subject: fixing redrect of /usr/bin/gpg to redirect error as well as standard X-Git-Tag: monkeysphere_0.8-1~68 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ec967faab6f191a33e4a804fc6c913d07d2cf15e;p=monkeysphere.git fixing redrect of /usr/bin/gpg to redirect error as well as standard output to /dev/null for truly quiet output. --- diff --git a/doc/README b/doc/README index 8d386de..2fc2d5f 100644 --- 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.