summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/popper/popper.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/popper/popper.c')
-rw-r--r--crypto/heimdal/appl/popper/popper.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/heimdal/appl/popper/popper.c b/crypto/heimdal/appl/popper/popper.c
index 28d6ab9..6aee294 100644
--- a/crypto/heimdal/appl/popper/popper.c
+++ b/crypto/heimdal/appl/popper/popper.c
@@ -5,7 +5,7 @@
*/
#include <popper.h>
-RCSID("$Id: popper.c,v 1.15 1997/05/11 11:04:37 assar Exp $");
+RCSID("$Id: popper.c,v 1.16 2002/07/04 14:09:25 joda Exp $");
int hangup = FALSE ;
@@ -64,8 +64,7 @@ main (int argc, char **argv)
pop_init(&p,argc,argv);
/* Tell the user that we are listenting */
- pop_msg(&p,POP_SUCCESS,
- "UCB based pop server (version %s at %s) starting.",VERSION,p.myhost);
+ pop_msg(&p,POP_SUCCESS, "POP3 server ready");
/* State loop. The POP server is always in a particular state in
which a specific suite of commands can be executed. The following
OpenPOWER on IntegriCloud