diff options
Diffstat (limited to 'usr.bin/passwd')
| -rw-r--r-- | usr.bin/passwd/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/passwd/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/passwd/local_passwd.c | 2 | ||||
| -rw-r--r-- | usr.bin/passwd/passwd.1 | 2 | ||||
| -rw-r--r-- | usr.bin/passwd/passwd.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 7c0714a993ff..3896aec283fc 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $Id$ +# $Id: Makefile,v 1.19.2.3 1998/02/18 12:10:41 markm Exp $ PROG= passwd SRCS= local_passwd.c yppasswd_private_xdr.c yppasswd_comm.c yp_passwd.c \ diff --git a/usr.bin/passwd/extern.h b/usr.bin/passwd/extern.h index 7a4bd127c98d..43c2d8e6ab26 100644 --- a/usr.bin/passwd/extern.h +++ b/usr.bin/passwd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)extern.h 8.1 (Berkeley) 4/2/94 - * $Id$ + * $Id: extern.h,v 1.2 1995/01/20 22:03:36 wollman Exp $ */ int krb_passwd __P((char *, char *, char *, char *)); diff --git a/usr.bin/passwd/local_passwd.c b/usr.bin/passwd/local_passwd.c index 8f023e395c11..2da1096c19e2 100644 --- a/usr.bin/passwd/local_passwd.c +++ b/usr.bin/passwd/local_passwd.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: local_passwd.c,v 1.9.2.4 1998/03/08 12:04:07 jkh Exp $ + * $Id: local_passwd.c,v 1.9.2.5 1998/05/22 09:38:23 jkoshy Exp $ */ #ifndef lint diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 214af569c04e..f5a1bda4881b 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)passwd.1 8.1 (Berkeley) 6/6/93 -.\" $Id: passwd.1,v 1.5.2.2 1998/01/03 19:16:40 steve Exp $ +.\" $Id: passwd.1,v 1.5.2.3 1998/03/08 12:04:11 jkh Exp $ .\" .Dd June 6, 1993 .Dt PASSWD 1 diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index e337b531b127..f1f7b6afcb7e 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)passwd.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: passwd.c,v 1.9.2.1 1997/05/10 21:32:33 davidn Exp $"; + "$Id: passwd.c,v 1.9.2.2 1997/08/01 06:39:47 charnier Exp $"; #endif /* not lint */ #include <err.h> |
