diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
commit | f390c26dd9214a3602049fa55835b2d367ef60df (patch) | |
tree | 3065109edecd1d0133ded059802db9c9fcc2c8c5 /usr.bin/chpass | |
parent | ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9 (diff) | |
download | FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.zip FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.tar.gz |
Revert $FreeBSD$ to $Id$
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 efb67bc..58a619a 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[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index db4a69d..514bf7c 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 * - * $FreeBSD$ + * $Id$ */ #ifdef YP diff --git a/usr.bin/chpass/pw_yp.h b/usr.bin/chpass/pw_yp.h index c524897..0a1e1c0 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 * - * $FreeBSD$ + * $Id$ */ #ifdef YP |