summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/popper/pop_dropcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/popper/pop_dropcopy.c')
-rw-r--r--crypto/heimdal/appl/popper/pop_dropcopy.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/heimdal/appl/popper/pop_dropcopy.c b/crypto/heimdal/appl/popper/pop_dropcopy.c
index f33cfb0..99ea49d 100644
--- a/crypto/heimdal/appl/popper/pop_dropcopy.c
+++ b/crypto/heimdal/appl/popper/pop_dropcopy.c
@@ -5,7 +5,7 @@
*/
#include <popper.h>
-RCSID("$Id: pop_dropcopy.c,v 1.25 1999/09/16 20:38:49 assar Exp $");
+RCSID("$Id: pop_dropcopy.c,v 1.26 2002/07/04 14:10:11 joda Exp $");
/*
* Run as the user in `pwd'
@@ -114,7 +114,8 @@ pop_dropcopy(POP *p, struct passwd *pwp)
switch(errno) {
case EWOULDBLOCK:
return pop_msg(p,POP_FAILURE,
- "Maildrop lock busy! Is another session active?");
+ "%sMaildrop lock busy! Is another session active?",
+ (p->flags & POP_FLAG_CAPA) ? "[IN-USE] " : "");
/* NOTREACHED */
default:
return pop_msg(p,POP_FAILURE,"flock: '%s': %s", p->temp_drop,
OpenPOWER on IntegriCloud