From owner-cvs-all Tue Jun 6 0:33:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 538E737B57A; Tue, 6 Jun 2000 00:33:02 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA75083; Tue, 6 Jun 2000 00:33:01 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200006060733.AAA75083@freefall.freebsd.org> From: David Nugent Date: Tue, 6 Jun 2000 00:33:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pwupd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/06/06 00:33:01 PDT Modified files: usr.sbin/pw pwupd.c Log: Fix db syncronization when username is changed with -l under usermod. pw(8) was calling pwd_mkdb -u oldusername instead of newusername, so the update appears to have failed until the next full pwd_mkdb syncronization. PR: bin/16418 Revision Changes Path 1.13 +2 -2 src/usr.sbin/pw/pwupd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message