diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /sbin/mountd | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'sbin/mountd')
| -rw-r--r-- | sbin/mountd/Makefile | 2 | ||||
| -rw-r--r-- | sbin/mountd/exports.5 | 2 | ||||
| -rw-r--r-- | sbin/mountd/mountd.8 | 2 | ||||
| -rw-r--r-- | sbin/mountd/mountd.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index f32e11b895eb..1eac0032579a 100644 --- a/sbin/mountd/Makefile +++ b/sbin/mountd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $Id$ +# $Id: Makefile,v 1.4 1994/09/22 22:16:48 wollman Exp $ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 3601668f09cb..7f995d6bf070 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$ +.\" $Id: exports.5,v 1.3.2.1 1997/03/12 15:07:13 mpp Exp $ .\" .Dd March 29, 1995 .Dt EXPORTS 5 diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index f42399ae5dbb..b36b133a6829 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.5.2.3 1997/05/14 08:19:20 dfr Exp $ +.\" $Id: mountd.8,v 1.5.2.4 1998/07/17 20:13:36 jkh Exp $ .\" .Dd April 28, 1995 .Dt MOUNTD 8 diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index d169337b88c0..b780496aa44d 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[] = - "$Id: mountd.c,v 1.11.2.10 1998/06/15 15:44:35 joerg Exp $"; + "$Id: mountd.c,v 1.11.2.11 1998/06/25 21:27:24 wpaul Exp $"; #endif /*not lint*/ #include <sys/param.h> |
