K 10 svn:author V 3 cjc K 8 svn:date V 27 2002-03-24T09:00:11.000000Z K 7 svn:log V 563 MFC: Using chpass(1), it was possible for an unprivileged user to tie up the password information (no one else can vipw(8), chpass(1), or even passwd(1)), either on purpose or by accident, until an administrator manually intervened. This time take care of the cross-dependencies among the password tools (passwd(1) in this case) so world doesn't get broken. src/usr.bin/chpass/chpass.c 1.19 src/usr.bin/chpass/pw_copy.c 1.11 src/usr.bin/chpass/pw_copy.h 1.2, 1.4 src/usr.bin/passwd/Makefile 1.43 src/usr.bin/passwd/local_passwd.c 1.28 PR: i386/35816 END