diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/passwd | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/passwd')
-rw-r--r-- | usr.bin/passwd/kpasswd_proto.h | 2 | ||||
-rw-r--r-- | usr.bin/passwd/krb5_passwd.c | 4 | ||||
-rw-r--r-- | usr.bin/passwd/krb_passwd.c | 4 | ||||
-rw-r--r-- | usr.bin/passwd/local_passwd.c | 4 | ||||
-rw-r--r-- | usr.bin/passwd/passwd.1 | 2 | ||||
-rw-r--r-- | usr.bin/passwd/passwd.c | 4 | ||||
-rw-r--r-- | usr.bin/passwd/yp_passwd.c | 4 |
7 files changed, 17 insertions, 7 deletions
diff --git a/usr.bin/passwd/kpasswd_proto.h b/usr.bin/passwd/kpasswd_proto.h index c70aa9b6437..e6785a74123 100644 --- a/usr.bin/passwd/kpasswd_proto.h +++ b/usr.bin/passwd/kpasswd_proto.h @@ -1,3 +1,4 @@ +/* * $OpenBSD $*/ /*- * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. @@ -31,7 +32,6 @@ * SUCH DAMAGE. * * from: @(#)kpasswd_proto.h 5.1 (Berkeley) 2/3/91 - * $Id $ */ /* diff --git a/usr.bin/passwd/krb5_passwd.c b/usr.bin/passwd/krb5_passwd.c index 3192cbb2de2..12304f02375 100644 --- a/usr.bin/passwd/krb5_passwd.c +++ b/usr.bin/passwd/krb5_passwd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: krb5_passwd.c,v 1.2 1996/06/26 05:37:45 deraadt Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)krb_passwd.c 5.4 (Berkeley) 3/1/91";*/ -static char rcsid[] = "$Id: krb5_passwd.c,v 1.1 1995/10/18 08:45:53 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: krb5_passwd.c,v 1.2 1996/06/26 05:37:45 deraadt Exp $"; #endif /* not lint */ #ifdef KERBEROS5 diff --git a/usr.bin/passwd/krb_passwd.c b/usr.bin/passwd/krb_passwd.c index 84d2403e9b6..cd3e1811c3f 100644 --- a/usr.bin/passwd/krb_passwd.c +++ b/usr.bin/passwd/krb_passwd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: krb_passwd.c,v 1.4 1996/06/26 05:37:46 deraadt Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)krb_passwd.c 5.4 (Berkeley) 3/1/91";*/ -static char rcsid[] = "$Id: krb_passwd.c,v 1.3 1996/04/17 07:17:30 tholo Exp $"; +static char rcsid[] = "$OpenBSD: krb_passwd.c,v 1.4 1996/06/26 05:37:46 deraadt Exp $"; #endif /* not lint */ #ifdef KERBEROS diff --git a/usr.bin/passwd/local_passwd.c b/usr.bin/passwd/local_passwd.c index 910e911976a..562b4dc4a89 100644 --- a/usr.bin/passwd/local_passwd.c +++ b/usr.bin/passwd/local_passwd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: local_passwd.c,v 1.3 1996/06/26 05:37:46 deraadt Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)local_passwd.c 5.5 (Berkeley) 5/6/91";*/ -static char rcsid[] = "$Id: local_passwd.c,v 1.2 1996/05/22 11:35:27 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: local_passwd.c,v 1.3 1996/06/26 05:37:46 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index a8c1f768d76..4fb3966e6a4 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: passwd.1,v 1.3 1996/06/26 05:37:47 deraadt Exp $ .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)passwd.1 6.11 (Berkeley) 7/24/91 -.\" $Id: passwd.1,v 1.2 1996/01/16 07:22:14 deraadt Exp $ .\" .Dd July 24, 1991 .Dt PASSWD 1 diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index 7494ec1e785..dfd0e4ae025 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: passwd.c,v 1.4 1996/06/26 05:37:47 deraadt Exp $ */ + /* * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -39,7 +41,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)passwd.c 5.5 (Berkeley) 7/6/91";*/ -static char rcsid[] = "$Id: passwd.c,v 1.3 1996/05/03 18:23:34 tholo Exp $"; +static char rcsid[] = "$OpenBSD: passwd.c,v 1.4 1996/06/26 05:37:47 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/passwd/yp_passwd.c b/usr.bin/passwd/yp_passwd.c index 4bc88875b88..63ca3b0b055 100644 --- a/usr.bin/passwd/yp_passwd.c +++ b/usr.bin/passwd/yp_passwd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: yp_passwd.c,v 1.2 1996/06/26 05:37:48 deraadt Exp $ */ + /* * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -32,7 +34,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)yp_passwd.c 1.0 2/2/93";*/ -static char rcsid[] = "$Id: yp_passwd.c,v 1.1 1995/10/18 08:45:54 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: yp_passwd.c,v 1.2 1996/06/26 05:37:48 deraadt Exp $"; #endif /* not lint */ #ifdef YP |