From owner-cvs-all@FreeBSD.ORG Thu Jun 17 10:29:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F8B916A4CE; Thu, 17 Jun 2004 10:29:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B4643D41; Thu, 17 Jun 2004 10:29:18 +0000 (GMT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5HATDqp040005; Thu, 17 Jun 2004 10:29:13 GMT (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5HATDpN040004; Thu, 17 Jun 2004 10:29:13 GMT (envelope-from robert) Message-Id: <200406171029.i5HATDpN040004@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 17 Jun 2004 10:29:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pw pw_user.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 10:29:18 -0000 robert 2004-06-17 10:29:13 UTC FreeBSD src repository Modified files: usr.sbin/pw pw_user.c Log: Fix a bug which occurred when the home directory given by the -d option was equal to the one already saved and which caused the pw utility to avoid updating values passed by other options processed before the -d option in the code path. Spotted by: Richard Caley Revision Changes Path 1.56 +2 -1 src/usr.sbin/pw/pw_user.c