diff options
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 | ||||
-rw-r--r-- | sbin/mountd/netgroup.5 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index 6a2097a..0312e9b 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 $ +# $FreeBSD$ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 9239440..9a148de 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.7 1998/07/15 06:21:37 charnier Exp $ +.\" $FreeBSD$ .\" .Dd March 29, 1995 .Dt EXPORTS 5 diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 43a4cd3..98397f5 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.14 1998/10/15 13:37:35 mckay Exp $ +.\" $FreeBSD$ .\" .Dd April 28, 1995 .Dt MOUNTD 8 diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c index 170655b..cc5e572 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.34 1998/12/29 09:38:49 dfr Exp $"; + "$FreeBSD$"; #endif /*not lint*/ #include <sys/param.h> diff --git a/sbin/mountd/netgroup.5 b/sbin/mountd/netgroup.5 index f57aa29..8e2bf44 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 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd December 11, 1993 .Dt NETGROUP 5 |