diff options
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r-- | usr.bin/chpass/chpass.c | 2 | ||||
-rw-r--r-- | usr.bin/chpass/pw_yp.c | 2 | ||||
-rw-r--r-- | usr.bin/chpass/pw_yp.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 2c5e79d22e9e..efb67bcf34dd 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint static char sccsid[] = "From: @(#)chpass.c 8.4 (Berkeley) 4/2/94"; static char rcsid[] = - "$Id: chpass.c,v 1.10 1996/07/14 16:42:33 guido Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index a02327de7a51..db4a69dbc6f3 100644 --- a/usr.bin/chpass/pw_yp.c +++ b/usr.bin/chpass/pw_yp.c @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $Id: pw_yp.c,v 1.5 1996/05/07 21:05:12 wpaul Exp $ + * $FreeBSD$ */ #ifdef YP diff --git a/usr.bin/chpass/pw_yp.h b/usr.bin/chpass/pw_yp.h index 2bda1ec1a3da..c5248971ce70 100644 --- a/usr.bin/chpass/pw_yp.h +++ b/usr.bin/chpass/pw_yp.h @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $Id: pw_yp.h,v 1.3 1996/02/23 16:08:59 wpaul Exp $ + * $FreeBSD$ */ #ifdef YP |