summaryrefslogtreecommitdiff
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
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile
index 6a2097a91afe6..997b5a373b168 100644
--- a/sbin/mountd/Makefile
+++ b/sbin/mountd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
-# $Id: Makefile,v 1.7 1997/03/11 12:43:42 peter Exp $
+# $Id: Makefile,v 1.8 1998/01/20 10:40:08 bde Exp $
PROG= mountd
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5
index 470c7d52a2c1b..44628ed08e888 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
-.\" $Id: exports.5,v 1.6 1997/07/16 09:27:50 dfr Exp $
+.\" $Id: exports.5,v 1.7 1998/07/15 06:21:37 charnier Exp $
.\"
.Dd March 29, 1995
.Dt EXPORTS 5
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8
index 91404f967be3c..bd784be0ef84f 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
-.\" $Id: mountd.8,v 1.13 1998/07/15 06:21:39 charnier Exp $
+.\" $Id: mountd.8,v 1.14 1998/10/15 13:37:35 mckay Exp $
.\"
.Dd April 28, 1995
.Dt MOUNTD 8
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c
index fe556db9cc331..d91de11dd664e 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[] =
- "$Id: mountd.c,v 1.32 1998/07/15 06:21:40 charnier Exp $";
+ "$Id: mountd.c,v 1.33 1998/08/02 16:06:34 bde Exp $";
#endif /*not lint*/
#include <sys/param.h>