From owner-svn-src-projects@freebsd.org Wed Oct 28 14:21:55 2015 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37606A1FC22 for ; Wed, 28 Oct 2015 14:21:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3B0A1E3B; Wed, 28 Oct 2015 14:21:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9SELrtK089939; Wed, 28 Oct 2015 14:21:53 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9SELrkV089938; Wed, 28 Oct 2015 14:21:53 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201510281421.t9SELrkV089938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 28 Oct 2015 14:21:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r290109 - projects/release-install-debug/usr.sbin/bsdconfig/usermgmt/share X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 14:21:55 -0000 Author: gjb Date: Wed Oct 28 14:21:53 2015 New Revision: 290109 URL: https://svnweb.freebsd.org/changeset/base/290109 Log: MFH: r278488 (another missing merge) Sponsored by: The FreeBSD Foundation Modified: projects/release-install-debug/usr.sbin/bsdconfig/usermgmt/share/user.subr Directory Properties: projects/release-install-debug/ (props changed) Modified: projects/release-install-debug/usr.sbin/bsdconfig/usermgmt/share/user.subr ============================================================================== --- projects/release-install-debug/usr.sbin/bsdconfig/usermgmt/share/user.subr Wed Oct 28 14:15:56 2015 (r290108) +++ projects/release-install-debug/usr.sbin/bsdconfig/usermgmt/share/user.subr Wed Oct 28 14:21:53 2015 (r290109) @@ -830,8 +830,7 @@ f_user_delete() f_eval_catch $funcname \ pw '%s -H 0' "$cmd" else - f_eval_catch $funcname \ - pw '%s -h -' "$cmd" + f_eval_catch $funcname pw '%s -h -' "$cmd" fi fi fi