RCS ID police.
This commit is contained in:
parent
58cde8b551
commit
9fef925ff0
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: Makefile,v 1.4 1997/01/20 21:01:28 thorpej Exp $
|
||||
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
||||
# $Id: Makefile,v 1.3 1994/12/22 10:26:54 cgd Exp $
|
||||
|
||||
PROG= fingerd
|
||||
MAN= fingerd.8
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.\" $NetBSD: fingerd.8,v 1.5 1997/01/20 21:01:29 thorpej Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
|
@ -30,7 +32,6 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)fingerd.8 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id: fingerd.8,v 1.4 1997/01/08 00:12:44 cjs Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt FINGERD 8
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: fingerd.c,v 1.4 1997/01/20 21:01:30 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1983, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
|
@ -38,8 +40,11 @@ static char copyright[] =
|
|||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93";*/
|
||||
static char rcsid[] = "$Id: fingerd.c,v 1.3 1996/08/10 22:10:18 explorer Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: fingerd.c,v 1.4 1997/01/20 21:01:30 thorpej Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* $NetBSD: pathnames.h,v 1.3 1997/01/20 21:01:31 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
|
@ -31,7 +33,6 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)pathnames.h 5.3 (Berkeley) 6/1/90
|
||||
* $Id: pathnames.h,v 1.2 1993/08/01 18:30:54 mycroft Exp $
|
||||
*/
|
||||
|
||||
#define _PATH_FINGER "/usr/bin/finger"
|
||||
|
|
Loading…
Reference in New Issue