From owner-freebsd-stable@freebsd.org Mon Aug 24 13:50:34 2015 Return-Path: Delivered-To: freebsd-stable@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 5F2859C2128 for ; Mon, 24 Aug 2015 13:50:34 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4743A17DF for ; Mon, 24 Aug 2015 13:50:34 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: by mailman.ysv.freebsd.org (Postfix) id 4432E9C2127; Mon, 24 Aug 2015 13:50:34 +0000 (UTC) Delivered-To: stable@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 43C919C2126 for ; Mon, 24 Aug 2015 13:50:34 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (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 003E817DD for ; Mon, 24 Aug 2015 13:50:33 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id B0FE81534C8 for ; Mon, 24 Aug 2015 15:50:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VE_lDmm91dGA; Mon, 24 Aug 2015 15:49:50 +0200 (CEST) Received: from [192.168.101.176] (vpn.ecoracks.nl [31.223.170.173]) by smtp.digiware.nl (Postfix) with ESMTPA id D0ED11534C6 for ; Mon, 24 Aug 2015 15:49:50 +0200 (CEST) To: "stable@freebsd.org" From: Willem Jan Withagen Subject: regression from previous version of pw Message-ID: <55DB2100.4070304@digiware.nl> Date: Mon, 24 Aug 2015 15:49:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2015 13:50:34 -0000 Hi, In the previous version before Bapt upgraded pw(8) I was allowed to do pw useradd -V /etc Even though the manual page instructed otherwise. The new version sticks to the manual page and generates: pw: illegal option -- V I'm going to change the scripts, but perhaps others will be bitten too. Up to Bapt to decide what to do with this. --WjW