emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/auth-source.el,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/auth-source.el,v
Date: Sun, 08 Jun 2008 11:49:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       08/06/08 11:49:34

Index: auth-source.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/gnus/auth-source.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- auth-source.el      22 May 2008 05:02:58 -0000      1.8
+++ auth-source.el      8 Jun 2008 11:49:34 -0000       1.9
@@ -48,14 +48,12 @@
 ;;; digest).  If you want finer controls, explore the url-auth source
 ;;; code and variables.
 
-;;; (Tramp patch pending for this!)
 ;;; For tramp authentication, use:
 
-;;; machine yourmachine.com port tramp login testuser password testpass
+;;; machine yourmachine.com port scp login testuser password testpass
 
-;;; Note that the port can be scp or ssh, for example, to match only
-;;; those protocols.  When you use port = tramp, you match any Tramp
-;;; protocol.
+;;; Note that the port denotes the Tramp connection method.  When you
+;;; don't use a port entry, you match any Tramp method.
 
 ;;; Code:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]