From owner-cvs-all Wed Jul 19 22:12: 4 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 4912B37BA94; Wed, 19 Jul 2000 22:11:57 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69566; Wed, 19 Jul 2000 22:11:57 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200007200511.WAA69566@freefall.freebsd.org> From: David Nugent Date: Wed, 19 Jul 2000 22:11:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/07/19 22:11:57 PDT Modified files: usr.sbin/pw pw_user.c Log: Move test for -w flag outside of the code dealing with -D (defaults). This should cause -w's argument not to be ignored in the usermod case, so it will affect modification of the user's password instead of using the pw.conf (or internal default=no '*') password method. PR: bin/11168 Revision Changes Path 1.42 +3 -3 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