diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 | 
| commit | 1784d64eb85eb63599204bb31b826970b6661e65 (patch) | |
| tree | 31089dd6c9e4a7feeac25f24574e6269b75f5db0 /libexec/ftpd | |
| parent | fe49c1266233ddc2306072aefb4e1c1d045060fe (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 75df272ae184..92fc686f7669 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,5 +1,5 @@  #	@(#)Makefile	8.2 (Berkeley) 4/4/94 -#	$Id$ +#	$Id: Makefile,v 1.17 1996/08/09 09:02:24 markm Exp $  PROG=	ftpd  MAN8=	ftpd.8 diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index f5878664b4d3..fc1a80822e1f 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.4 1996/09/22 21:53:21 wosch Exp $ + *	$Id: extern.h,v 1.6 1996/10/18 17:09:24 ache Exp $   */  void	blkfree __P((char **)); diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 5951e7099e11..dfc40a0cdd9e 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -31,7 +31,7 @@   * SUCH DAMAGE.   *   *	@(#)ftpcmd.y	8.3 (Berkeley) 4/6/94 - *	$Id$ + *	$Id: ftpcmd.y,v 1.8 1996/09/22 21:53:23 wosch Exp $   */  /* diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 6c8203403571..b4ae4795b563 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.11 1997/01/11 20:17:05 mpp Exp $ +.\"	$Id: ftpd.8,v 1.9.2.2 1997/01/11 20:20:08 mpp Exp $  .\"  .Dd April 19, 1994  .Dt FTPD 8 diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 8438fdbf9835..333a990b97d9 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -30,7 +30,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$Id: ftpd.c,v 1.25.2.3 1997/01/28 07:15:44 davidg Exp $ + *	$Id: ftpd.c,v 1.25.2.4 1997/02/13 20:07:16 guido Exp $   */  #if 0 diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index 9562795fa8c3..96b5043adf6f 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -30,7 +30,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$Id$ + *	$Id: logwtmp.c,v 1.3 1996/09/22 21:53:28 wosch Exp $   */  #ifndef lint diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index 8842742acfe2..69dc152f73dd 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$ + *	$Id: pathnames.h,v 1.6 1996/09/22 21:53:30 wosch Exp $   */  #include <paths.h> diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 2026c41c58aa..028319348763 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -33,7 +33,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$Id: popen.c,v 1.4 1996/09/22 21:53:32 wosch Exp $ + *	$Id: popen.c,v 1.4.2.1 1996/11/21 16:35:53 phk Exp $   */  #if 0 diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c index 98542e154ac5..0e1719c0c42f 100644 --- a/libexec/ftpd/skey-stuff.c +++ b/libexec/ftpd/skey-stuff.c @@ -1,6 +1,6 @@  /* Author: Wietse Venema, Eindhoven University of Technology.    * - *	$Id: skey-stuff.c,v 1.3 1996/09/22 21:53:34 wosch Exp $ + *	$Id: skey-stuff.c,v 1.6 1996/10/18 17:09:26 ache Exp $   */  #include <stdio.h> | 
