diff options
Diffstat (limited to 'usr.sbin/mountd')
| -rw-r--r-- | usr.sbin/mountd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/mountd/exports.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/mountd/mountd.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/mountd/mountd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/mountd/netgroup.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/mountd/pathnames.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index c141d8a0c8d0..92ffa0c4b5f5 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/mountd/Makefile,v 1.17 2006/05/23 17:10:17 rodrigc Exp $ PROG= mountd SRCS= mountd.c getmntopts.c diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5 index 5a078fb640e4..771880888416 100644 --- a/usr.sbin/mountd/exports.5 +++ b/usr.sbin/mountd/exports.5 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mountd/exports.5,v 1.28 2006/01/29 08:44:05 jkoshy Exp $ .\" .Dd March 29, 1995 .Dt EXPORTS 5 diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index c6d8d1497998..3d5548e07fb9 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mountd.8 8.4 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mountd/mountd.8,v 1.30 2007/02/03 00:15:46 pjd Exp $ .\" .Dd February 3, 2007 .Dt MOUNTD 8 diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index f7cb72698f92..169c247fbc9a 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/mountd/mountd.c,v 1.94 2007/04/13 10:25:49 pjd Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/usr.sbin/mountd/netgroup.5 b/usr.sbin/mountd/netgroup.5 index c94f8807d565..a09487efeeab 100644 --- a/usr.sbin/mountd/netgroup.5 +++ b/usr.sbin/mountd/netgroup.5 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)netgroup.5 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/mountd/netgroup.5,v 1.14 2005/01/18 20:02:38 ru Exp $ .\" .Dd December 11, 1993 .Dt NETGROUP 5 diff --git a/usr.sbin/mountd/pathnames.h b/usr.sbin/mountd/pathnames.h index 2b7397799ee4..41e46e40ed4c 100644 --- a/usr.sbin/mountd/pathnames.h +++ b/usr.sbin/mountd/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/mountd/pathnames.h,v 1.2 2004/08/07 04:27:51 imp Exp $ */ #include <paths.h> |
