From 4968036f61ba12b2d7bd7a825b0a79c67054a395 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 14:40:44 +0000 Subject: Revert $FreeBSD$ to $Id$ --- usr.sbin/mountd/Makefile | 2 +- usr.sbin/mountd/mountd.8 | 2 +- usr.sbin/mountd/mountd.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/mountd') diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index 0096b0a..f32e11b 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $FreeBSD$ +# $Id$ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index f4425ba..099ac55 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)mountd.8 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd September 22, 1994 .Dt MOUNTD 8 diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 7411228..9e57342 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -43,7 +43,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)mountd.c 8.8 (Berkeley) 2/20/94";*/ static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /*not lint*/ #include -- cgit v1.1