diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
| commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
| tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /libexec/uucpd | |
| parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvs
'RELENG_4_0_0_RELEASE'.
This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'libexec/uucpd')
| -rw-r--r-- | libexec/uucpd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/uucpd/pathnames.h | 2 | ||||
| -rw-r--r-- | libexec/uucpd/uucpd.8 | 2 | ||||
| -rw-r--r-- | libexec/uucpd/uucpd.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index 3aeb623eab90..61f75cfa96db 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/uucpd/Makefile,v 1.11 1999/12/18 13:55:12 peter Exp $ PROG= uucpd MAN8= uucpd.8 diff --git a/libexec/uucpd/pathnames.h b/libexec/uucpd/pathnames.h index c06df3685d91..acd1e47deab9 100644 --- a/libexec/uucpd/pathnames.h +++ b/libexec/uucpd/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 * - * $FreeBSD$ + * $FreeBSD: src/libexec/uucpd/pathnames.h,v 1.6 1999/08/28 00:10:28 peter Exp $ */ #include <paths.h> diff --git a/libexec/uucpd/uucpd.8 b/libexec/uucpd/uucpd.8 index 3566229a028d..3f749602d4fc 100644 --- a/libexec/uucpd/uucpd.8 +++ b/libexec/uucpd/uucpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rshd.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/uucpd/uucpd.8,v 1.7 1999/08/28 00:10:28 peter Exp $ .\" .Dd Feb 18, 1996 .Dt UUCPD 8 diff --git a/libexec/uucpd/uucpd.c b/libexec/uucpd/uucpd.c index eb5c4a56e2c6..a8e0a915d5d9 100644 --- a/libexec/uucpd/uucpd.c +++ b/libexec/uucpd/uucpd.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uucpd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/uucpd/uucpd.c,v 1.21 1999/11/06 20:58:44 eivind Exp $"; #endif /* not lint */ /* |
