From owner-cvs-usrbin Mon Oct 21 20:27:31 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11651 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 20:27:31 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11629; Mon, 21 Oct 1996 20:27:17 -0700 (PDT) Date: Mon, 21 Oct 1996 20:27:17 -0700 (PDT) From: Bill Paul Message-Id: <199610220327.UAA11629@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass pw_copy.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 20:27:16 Modified: usr.bin/chpass pw_copy.c Log: Part 2 of fix for PR #1519. The problem here is similar to what was going on in pwd_mkdb, except here we also have to deal with the pw_change and pw_expire fields. Revision Changes Path 1.3 +25 -8 src/usr.bin/chpass/pw_copy.c