diff options
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 ff0809c39dda..8d18649c3fc4 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.2.1 2001/04/25 10:41:03 ru Exp $ PROG= uucpd MAN= 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 f923c082e452..2be051a27e9e 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.2.3 2001/08/16 10:44:21 ru Exp $ .\" .Dd February 18, 1996 .Dt UUCPD 8 diff --git a/libexec/uucpd/uucpd.c b/libexec/uucpd/uucpd.c index e91418904702..4b7412043a6b 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.2.1 2000/06/03 17:00:56 ume Exp $"; #endif /* not lint */ /* |
