=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/ftp/main.c 1997/07/25 21:56:22 1.34 --- src/usr.bin/ftp/main.c 1997/08/06 17:35:42 1.35 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.34 1997/07/25 21:56:22 millert Exp $ */ /* $NetBSD: main.c,v 1.23 1997/07/20 09:45:58 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.35 1997/08/06 17:35:42 mickey Exp $ */ /* $NetBSD: main.c,v 1.23 1997/07/20 09:45:58 lukem Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.34 1997/07/25 21:56:22 millert Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.35 1997/08/06 17:35:42 mickey Exp $"; #endif #endif /* not lint */ *************** *** 252,257 **** --- 252,258 ---- sleep(retry_connect); } } while (!connected); + retry_connect = 0; /* connected, stop hiding msgs */ } } #ifndef SMALL *************** *** 665,671 **** usage() { (void)fprintf(stderr, ! "usage: %s [-adeginprtvV] [host [port]]\n" " %s host:path[/]\n" " %s ftp://host[:port]/path[/]\n" " %s http://host[:port]/file\n", --- 666,672 ---- usage() { (void)fprintf(stderr, ! "usage: %s [-adeginptvV] [-r ] [host [port]]\n" " %s host:path[/]\n" " %s ftp://host[:port]/path[/]\n" " %s http://host[:port]/file\n",