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 2bbdc0875b69..9647794ad382 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.31 2006/03/17 18:54:38 ru Exp $ .include <bsd.own.mk> diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 24b17597bad6..797f590ba9a7 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.39 2005/08/02 21:38:02 seanc Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 2504e68ec17d..59b1832cefdc 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.28 2006/09/25 15:06:24 marck 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> |
