aboutsummaryrefslogtreecommitdiff
path: root/sbin/mountd
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mountd')
-rw-r--r--sbin/mountd/Makefile2
-rw-r--r--sbin/mountd/exports.52
-rw-r--r--sbin/mountd/mountd.82
-rw-r--r--sbin/mountd/mountd.c2
-rw-r--r--sbin/mountd/netgroup.52
5 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile
index 0312e9b657e2..bb45d7556f96 100644
--- a/sbin/mountd/Makefile
+++ b/sbin/mountd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
-# $FreeBSD$
+# $FreeBSD: src/sbin/mountd/Makefile,v 1.8.2.1 1999/08/29 15:14:45 peter Exp $
PROG= mountd
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5
index 6506b5b38eab..e407f7a915de 100644
--- a/sbin/mountd/exports.5
+++ b/sbin/mountd/exports.5
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)exports.5 8.3 (Berkeley) 3/29/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/mountd/exports.5,v 1.7.2.3 2000/06/08 06:54:23 kris Exp $
.\"
.Dd March 29, 1995
.Dt EXPORTS 5
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8
index 98397f5a33f0..c67f294ef27f 100644
--- a/sbin/mountd/mountd.8
+++ b/sbin/mountd/mountd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/mountd/mountd.8,v 1.14.2.2 1999/08/29 15:14:47 peter Exp $
.\"
.Dd April 28, 1995
.Dt MOUNTD 8
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c
index 23f051383c2b..b05f585a2c43 100644
--- a/sbin/mountd/mountd.c
+++ b/sbin/mountd/mountd.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/mountd/mountd.c,v 1.34.2.3 1999/11/22 23:03:59 green Exp $";
#endif /*not lint*/
#include <sys/param.h>
diff --git a/sbin/mountd/netgroup.5 b/sbin/mountd/netgroup.5
index b1699edae1c1..44b95f66366a 100644
--- a/sbin/mountd/netgroup.5
+++ b/sbin/mountd/netgroup.5
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)netgroup.5 8.2 (Berkeley) 12/11/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/mountd/netgroup.5,v 1.5.2.1 2000/03/03 15:13:07 sheldonh Exp $
.\"
.Dd December 11, 1993
.Dt NETGROUP 5