From owner-cvs-all Tue Oct 26 8: 7:24 1999 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 9848414CC8; Tue, 26 Oct 1999 08:07:20 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57606; Tue, 26 Oct 1999 08:07:20 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <199910261507.IAA57606@freefall.freebsd.org> From: David Nugent Date: Tue, 26 Oct 1999 08:07:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk davidn 1999/10/26 08:07:20 PDT Modified files: usr.sbin/pw pw_user.c Log: Don't try updating the passwd file if no data has changed. This allows things like "pw usermod -m" to work for non-local NIS users; since no attempt is made to update the password entry, the home directory will be created and populated as expected without error. Revision Changes Path 1.33 +103 -40 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message