]> code.delx.au - gnu-emacs/commitdiff
(comint-password-prompt-regexp): Match "UNIX Password".
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Dec 2001 06:03:46 +0000 (06:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Dec 2001 06:03:46 +0000 (06:03 +0000)
lisp/comint.el

index 645e2ec1c7dacc21d869b69d6ac56ff7be21bd32..2aa265fbf422bf195c91d3bed8f2036cebdbcfaa 100644 (file)
@@ -314,7 +314,7 @@ This variable is buffer-local."
 ;; ssh-add prints a prompt like `Enter passphrase: '.
 ;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
 (defcustom comint-password-prompt-regexp
-  "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|^\\)\
+  "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|UNIX \\|^\\)\
 [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
 \\( for [^:]+\\)?:\\s *\\'"
   "*Regexp matching prompts for passwords in the inferior process.