diff options
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 cd45007027af..fd45f6bc9ddd 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.2 2004/02/23 20:13:52 johan Exp $ PROG= idmapd SRCS= idmapd.c diff --git a/sbin/idmapd/idmapd.8 b/sbin/idmapd/idmapd.8 index 8386949b5c7f..bad0c90f7dfe 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.3 2004/05/17 21:05:39 ru Exp $ .\" .Dd November 14, 2003 .Dt IDMAPD 8 diff --git a/sbin/idmapd/idmapd.c b/sbin/idmapd/idmapd.c index e5dbe80afb5b..c820696c2eb0 100644 --- a/sbin/idmapd/idmapd.c +++ b/sbin/idmapd/idmapd.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sbin/idmapd/idmapd.c,v 1.5 2004/04/15 16:12:12 rees Exp $ */ /* $Id: idmapd.c,v 1.5 2003/11/05 14:58:58 rees Exp $ */ /* |
