diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /libexec/ftpd | |
parent | 95b66175a329d81a892710c81f126f1071ac17a0 (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 8777e2624c48..8d38a4c84cec 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 99e4e1c55cde..d4dd51c105fa 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 af39e337c7a3..d3af2cf4d11e 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 3b1b1c6c4650..90d289d6ae8c 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.13 1998/03/05 12:24:20 jkh Exp $ +.\" $Id: ftpd.8,v 1.9.2.14 1998/07/17 04:00:02 jkoshy Exp $ .\" .Dd April 19, 1994 .Dt FTPD 8 diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 129ea440dc6d..e922d7f65fb8 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 5c9cd3fc2a3f..d63be9cb14e3 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 12826cb04ccf..cf6554cc66ca 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 56f4876125e0..32070568970e 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 adc4cd747d85..3b40dc3d5735 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> |