diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /sbin/idmapd | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'sbin/idmapd')
| -rw-r--r-- | sbin/idmapd/Makefile | 2 | ||||
| -rw-r--r-- | sbin/idmapd/idmapd.8 | 2 | ||||
| -rw-r--r-- | sbin/idmapd/idmapd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/idmapd/Makefile b/sbin/idmapd/Makefile index 462bc599eb3f..c92d6711a7e8 100644 --- a/sbin/idmapd/Makefile +++ b/sbin/idmapd/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 # -# $FreeBSD$ +# $FreeBSD: src/sbin/idmapd/Makefile,v 1.3 2005/01/28 16:08:06 ru Exp $ PROG= idmapd MAN= idmapd.8 diff --git a/sbin/idmapd/idmapd.8 b/sbin/idmapd/idmapd.8 index 256897d90f8d..2be3456605c0 100644 --- a/sbin/idmapd/idmapd.8 +++ b/sbin/idmapd/idmapd.8 @@ -20,7 +20,7 @@ .\" connection with the use of the software, even if it has been or is hereafter .\" advised of the possibility of such damages. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/idmapd/idmapd.8,v 1.4 2005/01/21 10:27:44 ru Exp $ .\" .Dd November 14, 2003 .Dt IDMAPD 8 diff --git a/sbin/idmapd/idmapd.c b/sbin/idmapd/idmapd.c index fa3a082d3ddb..4abd5cfbc47d 100644 --- a/sbin/idmapd/idmapd.c +++ b/sbin/idmapd/idmapd.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/idmapd/idmapd.c,v 1.6 2005/04/14 20:27:30 rees Exp $ */ /* $Id: idmapd.c,v 1.5 2003/11/05 14:58:58 rees Exp $ */ /* |
