diff options
Diffstat (limited to 'usr.bin/chpass')
| -rw-r--r-- | usr.bin/chpass/chpass.1 | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/chpass.c | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/edit.c | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/pw_yp.c | 2 | ||||
| -rw-r--r-- | usr.bin/chpass/pw_yp.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index e9059a64de79..488d7643e630 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 -.\" $Id$ +.\" $Id: chpass.1,v 1.7.2.2 1997/06/26 11:16:53 charnier Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 0b1244eb08c2..c80735b9fa94 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.11 1996/08/12 14:45:22 peter Exp $"; + "$Id: chpass.c,v 1.11.2.1 1997/08/29 05:29:00 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index ad99822efe15..b0a297c70524 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: edit.c,v 1.8.2.2 1997/06/26 11:16:55 charnier Exp $ */ #ifndef lint diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index 33ebfcbd0ace..7b7e9cb94d8e 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$ + * $Id: pw_yp.c,v 1.7.2.1 1997/08/17 13:15:58 joerg Exp $ */ #ifdef YP diff --git a/usr.bin/chpass/pw_yp.h b/usr.bin/chpass/pw_yp.h index 2bda1ec1a3da..686305e09e25 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 $ + * $Id: pw_yp.h,v 1.4 1996/10/23 14:43:39 wpaul Exp $ */ #ifdef YP |
