summaryrefslogtreecommitdiffstats
path: root/sbin/mountd
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
committerpeter <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
commit4968036f61ba12b2d7bd7a825b0a79c67054a395 (patch)
tree6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /sbin/mountd
parent090fb430f117cbbf541214c39f88eb57afb71d15 (diff)
downloadFreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.zip
FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.tar.gz
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'sbin/mountd')
-rw-r--r--sbin/mountd/Makefile2
-rw-r--r--sbin/mountd/mountd.82
-rw-r--r--sbin/mountd/mountd.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile
index 0096b0a..f32e11b 100644
--- a/sbin/mountd/Makefile
+++ b/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/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8
index f4425ba..099ac55 100644
--- a/sbin/mountd/mountd.8
+++ b/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/sbin/mountd/mountd.c b/sbin/mountd/mountd.c
index 7411228..9e57342 100644
--- a/sbin/mountd/mountd.c
+++ b/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 <sys/param.h>
OpenPOWER on IntegriCloud