diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
| commit | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch) | |
| tree | 0cf37f427c704496510156e28ccd8cd233f9d688 /libexec/fingerd | |
| parent | e6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff) | |
Notes
Diffstat (limited to 'libexec/fingerd')
| -rw-r--r-- | libexec/fingerd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/fingerd/fingerd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index 793cfc32e5ab..6c78d8d4c5a4 100644 --- a/libexec/fingerd/Makefile +++ b/libexec/fingerd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.5 1997/02/22 14:21:24 peter Exp $ +# $FreeBSD$ PROG= fingerd DPADD= ${LIBUTIL} diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index e65f283fc526..aa71613e1ea3 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fingerd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: fingerd.c,v 1.13 1999/04/07 06:00:22 brian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |
