diff options
Diffstat (limited to 'usr.bin/vacation')
| -rw-r--r-- | usr.bin/vacation/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/vacation/vacation.1 | 2 | ||||
| -rw-r--r-- | usr.bin/vacation/vacation.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index ee668d894e64..6de17d9d5875 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vacation/Makefile,v 1.5.2.1 1999/08/29 15:34:25 peter Exp $ PROG= vacation CFLAGS+= -Wall diff --git a/usr.bin/vacation/vacation.1 b/usr.bin/vacation/vacation.1 index 7d2c6aee6558..2a50c34f5d48 100644 --- a/usr.bin/vacation/vacation.1 +++ b/usr.bin/vacation/vacation.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)vacation.1 8.1 (Berkeley) 6/16/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vacation/vacation.1,v 1.6.2.2 1999/08/29 15:34:27 peter Exp $ .\" .Dd June 16, 1993 .Dt VACATION 1 diff --git a/usr.bin/vacation/vacation.c b/usr.bin/vacation/vacation.c index 98a2987abd3c..4a06ed0d29f8 100644 --- a/usr.bin/vacation/vacation.c +++ b/usr.bin/vacation/vacation.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: vacation.c 8.2 (Berkeley) 1/26/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/vacation/vacation.c,v 1.13.2.2 1999/08/29 15:34:27 peter Exp $"; #endif /* not lint */ /* |
