summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/popper/popper.c
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-08-30 21:23:27 +0000
committernectar <nectar@FreeBSD.org>2002-08-30 21:23:27 +0000
commita77dba08ca7d8ad2f2dcd653974ac66df78cfa49 (patch)
tree6015f89700252fb05eb8fa267c46dba41913e9d8 /crypto/heimdal/appl/popper/popper.c
parent69a91bec14ec3ad49d1c8a82c40a796755f9e4a3 (diff)
downloadFreeBSD-src-a77dba08ca7d8ad2f2dcd653974ac66df78cfa49.zip
FreeBSD-src-a77dba08ca7d8ad2f2dcd653974ac66df78cfa49.tar.gz
Import of Heimdal Kerberos from KTH repository circa 2002/08/29.
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