diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
| commit | 8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch) | |
| tree | 85f35fe64386fc1f5eb60327eb5c614a04d1adae /usr.bin/ftp | |
| parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'.
This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/ftp')
| -rw-r--r-- | usr.bin/ftp/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/ftp/cmds.c | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/cmdtab.c | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/complete.c | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/domacro.c | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/ftp/fetch.c | 2 | ||||
| -rw-r--r-- | usr.bin/ftp/ftp.1 | 2 | ||||
| -rw-r--r-- | usr.bin/ftp/ftp.c | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/ftp_var.h | 2 | ||||
| -rw-r--r-- | usr.bin/ftp/main.c | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/pathnames.h | 2 | ||||
| -rw-r--r-- | usr.bin/ftp/ruserpass.c | 4 | ||||
| -rw-r--r-- | usr.bin/ftp/util.c | 4 |
14 files changed, 22 insertions, 22 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index bbd82e253aa6..52970d4207f7 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ftp/Makefile,v 1.8.2.2 1999/08/29 15:28:07 peter Exp $ # $NetBSD: Makefile,v 1.15 1997/10/18 15:31:20 lukem Exp $ # from: @(#)Makefile 8.2 (Berkeley) 4/3/94 diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c index acc3c6bde69c..2d5caf179d82 100644 --- a/usr.bin/ftp/cmds.c +++ b/usr.bin/ftp/cmds.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/cmds.c,v 1.14.2.2 1999/08/29 15:28:08 peter Exp $ */ /* $NetBSD: cmds.c,v 1.30.2.1 1997/11/18 00:58:26 mellon Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)cmds.c 8.6 (Berkeley) 10/9/94"; #else -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/cmds.c,v 1.14.2.2 1999/08/29 15:28:08 peter Exp $"); __RCSID_SOURCE("$NetBSD: cmds.c,v 1.30.2.1 1997/11/18 00:58:26 mellon Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/cmdtab.c b/usr.bin/ftp/cmdtab.c index 542d32053d95..f1c4253f3109 100644 --- a/usr.bin/ftp/cmdtab.c +++ b/usr.bin/ftp/cmdtab.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/cmdtab.c,v 1.6.2.1 1999/08/29 15:28:09 peter Exp $ */ /* $NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)cmdtab.c 8.4 (Berkeley) 10/9/94"; #else -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/cmdtab.c,v 1.6.2.1 1999/08/29 15:28:09 peter Exp $"); __RCSID_SOURCE("$NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/complete.c b/usr.bin/ftp/complete.c index ee0453f61e15..adff44189cc0 100644 --- a/usr.bin/ftp/complete.c +++ b/usr.bin/ftp/complete.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/complete.c,v 1.4.4.1 1999/08/29 15:28:10 peter Exp $ */ /* $NetBSD: complete.c,v 1.11 1997/09/13 09:05:53 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/complete.c,v 1.4.4.1 1999/08/29 15:28:10 peter Exp $"); __RCSID_SOURCE("$NetBSD: complete.c,v 1.11 1997/09/13 09:05:53 lukem Exp $"); #endif /* not lint */ diff --git a/usr.bin/ftp/domacro.c b/usr.bin/ftp/domacro.c index 907af4583b9a..740a149d52bf 100644 --- a/usr.bin/ftp/domacro.c +++ b/usr.bin/ftp/domacro.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/domacro.c,v 1.5.2.1 1999/08/29 15:28:10 peter Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)domacro.c 8.3 (Berkeley) 4/2/94"; #else -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/domacro.c,v 1.5.2.1 1999/08/29 15:28:10 peter Exp $"); __RCSID_SOURCE("$NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h index a8ac97b8c866..3fd7588c56d6 100644 --- a/usr.bin/ftp/extern.h +++ b/usr.bin/ftp/extern.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/extern.h,v 1.7.2.1 1999/08/29 15:28:11 peter Exp $ */ /* $NetBSD: extern.h,v 1.17.2.1 1997/11/18 00:59:50 mellon Exp $ */ /*- diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c index 1d73c0f9655e..2275cca51fbf 100644 --- a/usr.bin/ftp/fetch.c +++ b/usr.bin/ftp/fetch.c @@ -38,7 +38,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/fetch.c,v 1.5.4.2 1999/08/29 15:28:12 peter Exp $"); __RCSID_SOURCE("$NetBSD: fetch.c,v 1.16.2.1 1997/11/18 01:00:22 mellon Exp $"); #endif /* not lint */ diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index f191446221b3..2633fb6531f9 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ftp/ftp.1,v 1.8.2.6 2000/03/10 14:47:32 sheldonh Exp $ .\" $NetBSD: ftp.1,v 1.21 1997/06/10 21:59:58 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index d2edd014d54b..48f3c1640e78 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/ftp.c,v 1.15.2.2 1999/08/29 15:28:13 peter Exp $ */ /* $NetBSD: ftp.c,v 1.29.2.1 1997/11/18 01:01:04 mellon Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94"; #else -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/ftp.c,v 1.15.2.2 1999/08/29 15:28:13 peter Exp $"); __RCSID_SOURCE("$NetBSD: ftp.c,v 1.29.2.1 1997/11/18 01:01:04 mellon Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/ftp_var.h b/usr.bin/ftp/ftp_var.h index d26d22df7f14..32496e9e2dc2 100644 --- a/usr.bin/ftp/ftp_var.h +++ b/usr.bin/ftp/ftp_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/ftp_var.h,v 1.6.2.2 1999/08/29 15:28:13 peter Exp $ */ /* $NetBSD: ftp_var.h,v 1.20.2.1 1997/11/18 01:01:37 mellon Exp $ */ /* diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index f2cad20744c1..955fa62071f2 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/main.c,v 1.16.2.3 1999/08/29 15:28:14 peter Exp $ */ /* $NetBSD: main.c,v 1.26 1997/10/14 16:31:22 christos Exp $ */ /* @@ -44,7 +44,7 @@ __COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\ #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/main.c,v 1.16.2.3 1999/08/29 15:28:14 peter Exp $"); __RCSID_SOURCE("$NetBSD: main.c,v 1.26 1997/10/14 16:31:22 christos Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/pathnames.h b/usr.bin/ftp/pathnames.h index bf71177a33d4..b51a88ca23ff 100644 --- a/usr.bin/ftp/pathnames.h +++ b/usr.bin/ftp/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/pathnames.h,v 1.3.2.1 1999/08/29 15:28:14 peter Exp $ */ /* $NetBSD: pathnames.h,v 1.7 1997/01/09 20:19:40 tls Exp $ */ /* diff --git a/usr.bin/ftp/ruserpass.c b/usr.bin/ftp/ruserpass.c index 6feff71b8fdd..9f98cf0cb94d 100644 --- a/usr.bin/ftp/ruserpass.c +++ b/usr.bin/ftp/ruserpass.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/ruserpass.c,v 1.7.2.1 1999/08/29 15:28:15 peter Exp $ */ /* $NetBSD: ruserpass.c,v 1.14.2.1 1997/11/18 01:02:05 mellon Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)ruserpass.c 8.4 (Berkeley) 4/27/95"; #else -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/ruserpass.c,v 1.7.2.1 1999/08/29 15:28:15 peter Exp $"); __RCSID_SOURCE("$NetBSD: ruserpass.c,v 1.14.2.1 1997/11/18 01:02:05 mellon Exp $"); #endif #endif /* not lint */ diff --git a/usr.bin/ftp/util.c b/usr.bin/ftp/util.c index a34ca3424dbd..cb5a5ba98ea4 100644 --- a/usr.bin/ftp/util.c +++ b/usr.bin/ftp/util.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/util.c,v 1.6.2.3 2000/03/27 10:22:45 sheldonh Exp $ */ /* $NetBSD: util.c,v 1.16.2.1 1997/11/18 01:02:33 mellon Exp $ */ /* @@ -36,7 +36,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/ftp/util.c,v 1.6.2.3 2000/03/27 10:22:45 sheldonh Exp $"); __RCSID_SOURCE("$NetBSD: util.c,v 1.16.2.1 1997/11/18 01:02:33 mellon Exp $"); #endif /* not lint */ |
