aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-12-11 04:58:56 +0800
committerache <ache@FreeBSD.org>1996-12-11 04:58:56 +0800
commit3fe3b40d3811d674d57543188976932d801bae08 (patch)
treeffb2e4c605b51ba31dfd064251fc9d3982ebbc5d /mail
parentda599a3c6b5bf773bba94649a6d54a6ea0af78ac (diff)
downloadfreebsd-ports-gnome-3fe3b40d3811d674d57543188976932d801bae08.tar.gz
freebsd-ports-gnome-3fe3b40d3811d674d57543188976932d801bae08.tar.zst
freebsd-ports-gnome-3fe3b40d3811d674d57543188976932d801bae08.zip
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')
-rw-r--r--mail/popper/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/popper/files/patch-ab b/mail/popper/files/patch-ab
index c0a9bc8c151a..7994b2fa6992 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)"));
}