diff options
Diffstat (limited to 'usr.bin/chpass')
| -rw-r--r-- | usr.bin/chpass/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/chpass.1 | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/chpass.c | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/chpass.h | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/edit.c | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/field.c | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/table.c | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/util.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 3ffb0ef76597..1e773ab1fa5a 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chpass/Makefile,v 1.30 2004/12/29 08:13:20 ache Exp $ .PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../lib/libc/gen diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 24b17597bad6..464d5e0c0f87 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/chpass/chpass.1,v 1.38.2.1 2005/09/24 01:59:39 keramida Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index ad6b9850370d..5d84c0272c1b 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -50,7 +50,7 @@ static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/chpass.c,v 1.27 2004/01/18 21:46:39 charnier Exp $"); #include <sys/param.h> diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index ed1a58649d59..1d852d4bff87 100644 --- a/usr.bin/chpass/chpass.h +++ b/usr.bin/chpass/chpass.h @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * @(#)chpass.h 8.4 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/chpass/chpass.h,v 1.7 2004/01/18 21:46:39 charnier Exp $ */ struct passwd; diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index ce82f8ee4644..42fcdcf1a73f 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/edit.c,v 1.23 2003/04/09 18:18:42 des Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/chpass/field.c b/usr.bin/chpass/field.c index eac5561a8dc2..c6e140e2bc4d 100644 --- a/usr.bin/chpass/field.c +++ b/usr.bin/chpass/field.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)field.c 8.4 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/field.c,v 1.9 2004/01/18 21:46:39 charnier Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c index 19f1a99062d8..81511ee2c5f0 100644 --- a/usr.bin/chpass/table.c +++ b/usr.bin/chpass/table.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)table.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/table.c,v 1.10 2003/05/03 19:44:45 obrien Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index 07d96e227a96..c97f0b4cd7a9 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/util.c,v 1.13 2004/01/18 21:46:39 charnier Exp $"); #include <sys/types.h> |
