From owner-freebsd-stable@FreeBSD.ORG Tue May 9 22:51:57 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE42116A400 for ; Tue, 9 May 2006 22:51:57 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from linda-5.paradise.net.nz (bm-5a.paradise.net.nz [203.96.152.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40F8B43D48 for ; Tue, 9 May 2006 22:51:56 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-2.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-5.paradise.net.nz (Paradise.net.nz) with ESMTP id <0IZ000HOXSU7QD@linda-5.paradise.net.nz> for stable@freebsd.org; Wed, 10 May 2006 10:51:45 +1200 (NZST) Received: from [192.168.1.11] (218-101-28-231.dsl.clear.net.nz [218.101.28.231]) by smtp-2.paradise.net.nz (Postfix) with ESMTP id 9A723D34D2C; Wed, 10 May 2006 10:51:42 +1200 (NZST) Date: Wed, 10 May 2006 10:51:39 +1200 From: Mark Kirkwood In-reply-to: <20060506135412.Q91930@carver.gumbysoft.com> To: Doug White Message-id: <44611CFB.6030804@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5 (X11/20060417) References: <445C03E4.80900@paradise.net.nz> <20060506135412.Q91930@carver.gumbysoft.com> Cc: stable@freebsd.org Subject: Re: 6.1-RC and the audit group X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 22:51:57 -0000 Doug White wrote: > On Sat, 6 May 2006, Mark Kirkwood wrote: > >> I found that installworld stops, because the 'audit' group has not been >> created. Now I just pressed 'return' for the default actions during >> mergemaster -p, but I didn't notice any mention of the audit group. > > The default action is to do nothing, so its possible you just missed it as > you were blazing through. :-) > Just updated another box to 6.1-STABLE, and yes I did 'return' though it. The reason being mergemaster -p wanted to patch my group file to remove all the additions (i.e, useful groups and group -> user associations) as *well* as add the audit group. Would be possible (or sensible) to 2-stage this sort of thing? i.e: 1/ Add required new groups 2/ Offer to patch 'em back to default. Cheers Mark