diff options
author | ache <ache@FreeBSD.org> | 1996-12-10 20:58:56 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-10 20:58:56 +0000 |
commit | 3fe3b40d3811d674d57543188976932d801bae08 (patch) | |
tree | ffb2e4c605b51ba31dfd064251fc9d3982ebbc5d /mail/popper | |
parent | da599a3c6b5bf773bba94649a6d54a6ea0af78ac (diff) | |
download | FreeBSD-ports-3fe3b40d3811d674d57543188976932d801bae08.zip FreeBSD-ports-3fe3b40d3811d674d57543188976932d801bae08.tar.gz |
Move s/key info at the beginning of incorrect password message,
some client (f.e. Eudora) don't display whole line
Diffstat (limited to 'mail/popper')
-rw-r--r-- | mail/popper/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/popper/files/patch-ab b/mail/popper/files/patch-ab index c0a9bc8..7994b2f 100644 --- a/mail/popper/files/patch-ab +++ b/mail/popper/files/patch-ab @@ -1,5 +1,5 @@ *** pop_pass.c.orig Fri May 24 22:26:25 1996 ---- pop_pass.c Thu Dec 5 02:31:23 1996 +--- pop_pass.c Tue Dec 10 23:52:23 1996 *************** *** 482,497 **** POP * p; @@ -51,7 +51,7 @@ ! if (pass_ok) ! sleep(SLEEP_SECONDS); ! return (pop_msg(p,POP_FAILURE, -! "Password supplied for \"%s\" is incorrect. %s%s", +! "\"%s\" %s%s, password is incorrect.", ! p->user, buf, ! pass_ok ? "" : " (required)")); } |