diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /libexec/ftpd | |
parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) |
Diffstat (limited to 'libexec/ftpd')
-rw-r--r-- | libexec/ftpd/Makefile | 2 | ||||
-rw-r--r-- | libexec/ftpd/extern.h | 2 | ||||
-rw-r--r-- | libexec/ftpd/ftpcmd.y | 2 | ||||
-rw-r--r-- | libexec/ftpd/ftpd.8 | 2 | ||||
-rw-r--r-- | libexec/ftpd/ftpd.c | 2 | ||||
-rw-r--r-- | libexec/ftpd/logwtmp.c | 2 | ||||
-rw-r--r-- | libexec/ftpd/pathnames.h | 2 | ||||
-rw-r--r-- | libexec/ftpd/popen.c | 2 | ||||
-rw-r--r-- | libexec/ftpd/skey-stuff.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 8777e2624c488..8d38a4c84cec2 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 -# $Id: Makefile,v 1.17.2.3 1997/05/10 19:48:12 davidn Exp $ +# $Id: Makefile,v 1.17.2.4 1998/03/05 12:21:16 jkh Exp $ PROG= ftpd MAN8= ftpd.8 diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 99e4e1c55cdee..d4dd51c105fad 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/4/94 - * $Id: extern.h,v 1.6.2.2 1997/09/05 12:45:27 tg Exp $ + * $Id: extern.h,v 1.6.2.3 1998/03/05 12:24:14 jkh Exp $ */ void blkfree __P((char **)); diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index af39e337c7a37..d3af2cf4d11eb 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)ftpcmd.y 8.3 (Berkeley) 4/6/94"; #endif static const char rcsid[] = - "$Id: ftpcmd.y,v 1.8.2.2 1997/12/12 07:20:23 charnier Exp $"; + "$Id: ftpcmd.y,v 1.8.2.3 1998/03/05 12:24:16 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 5b9ceb3530339..7295935f5f413 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 -.\" $Id: ftpd.8,v 1.9.2.14 1998/07/17 04:00:02 jkoshy Exp $ +.\" $Id: ftpd.8,v 1.9.2.15 1998/09/29 22:05:21 alex Exp $ .\" .Dd April 19, 1994 .Dt FTPD 8 diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 129ea440dc6d6..e922d7f65fb81 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -44,7 +44,7 @@ static char copyright[] = static char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94"; #endif static const char rcsid[] = - "$Id: ftpd.c,v 1.25.2.17 1998/06/04 22:28:14 steve Exp $"; + "$Id: ftpd.c,v 1.25.2.18 1998/07/19 06:53:00 jkh Exp $"; #endif /* not lint */ /* diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 5c9cd3fc2a3f9..d63be9cb14e37 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: logwtmp.c,v 1.3.2.2 1997/12/12 07:20:34 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index 12826cb04ccfc..cf6554cc66cad 100644 --- a/libexec/ftpd/pathnames.h +++ b/libexec/ftpd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $Id: pathnames.h,v 1.6.2.1 1997/04/26 23:39:30 davidn Exp $ + * $Id: pathnames.h,v 1.6.2.2 1997/04/29 12:55:33 davidn Exp $ */ #include <paths.h> diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 56f4876125e04..32070568970ea 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94"; #endif static const char rcsid[] = - "$Id: popen.c,v 1.4.2.7 1998/05/15 16:53:45 ache Exp $"; + "$Id: popen.c,v 1.4.2.8 1998/05/18 00:07:15 ache Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c index adc4cd747d85f..3b40dc3d57356 100644 --- a/libexec/ftpd/skey-stuff.c +++ b/libexec/ftpd/skey-stuff.c @@ -3,7 +3,7 @@ #ifndef lint static const char rcsid[] = - "$Id: skey-stuff.c,v 1.6.2.2 1997/12/12 07:20:40 charnier Exp $"; + "$Id: skey-stuff.c,v 1.6.2.3 1997/12/24 19:13:49 imp Exp $"; #endif /* not lint */ #include <stdio.h> |