[gnus git] branch master updated: m0-3-161-g2a77863 =1= * auth.texi (Help for users): Update for .gpg file being second.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2a7786305e1861fe7ad69affaa3d4b7ed184d49b (commit)
from 89f1c883734b81265e2d653a4c0e051ea946cdfa (commit)
- Log -----------------------------------------------------------------
commit 2a7786305e1861fe7ad69affaa3d4b7ed184d49b
Author: Ted Zlatanov <[email protected]>
Date: Tue May 1 09:57:13 2012 -0400
* auth.texi (Help for users): Update for .gpg file being second.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index d891706..52e11a5 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-01 Teodor Zlatanov <[email protected]>
+
+ * auth.texi (Help for users): Update for .gpg file being second.
+
2012-04-11 Katsumi Yamaoka <[email protected]>
* epa.texi: New file imported from Emacs.
diff --git a/texi/auth.texi b/texi/auth.texi
index b787fbf..0405c55 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -180,12 +180,15 @@ Here's a mixed example using two sources:
@end defvar
If you don't customize @code{auth-sources}, you'll have to live with
-the defaults: any host and any port are looked up in the netrc
-file @file{~/.authinfo.gpg}, which is a GnuPG encrypted file
-(@pxref{GnuPG and EasyPG Assistant Configuration}).
+the defaults: the unencrypted netrc file @file{~/.authinfo} will be
+used for any host and any post.
-If that fails, the unencrypted netrc files @file{~/.authinfo} and
-@file{~/.netrc} will be used.
+If that fails, any host and any port are looked up in the netrc file
+@file{~/.authinfo.gpg}, which is a GnuPG encrypted file (@pxref{GnuPG
+and EasyPG Assistant Configuration}).
+
+Finally, the unencrypted netrc file @file{~/.netrc} will be used for
+any host and any post.
The typical netrc line example is without a port.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 4 ++++
texi/auth.texi | 13 ++++++++-----
2 files changed, 12 insertions(+), 5 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project