rgiZemDlxO592VNKJ0Y3K5dVeB5CXZqGfSZ8Sv5vQDE wxTYvyuinBJgULydYYepzUXxNwu3ji8u0uEQVTVFPF2OOyINrvri1zlUjd2oNNujK3sJpZ V1+5Drp6rfrIopHhfJe7/tc58Y0pp8F96pXImJ2tiSGJNXJ7DCx7cpTDyxH+5QGkfW/rwx pAnfeDD1U+IqETXPA5ABWCO5LpuRxH8Jz9xO9CuSLDOWSNJ0UgamITKlPSowCQ== Received: from [IPV6:2601:5c0:4202:5670:5830:fff7:274a:e7d2] (unknown [IPv6:2601:5c0:4202:5670:5830:fff7:274a:e7d2]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 4gZVxr3cKqzLJy; Tue, 09 Jun 2026 14:03:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Message-ID: <387ec9ef-32a5-4600-ad88-ec7b04b0f190@FreeBSD.org> Date: Tue, 9 Jun 2026 10:03:43 -0400 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: ddf6fad0295a - main - etcupdate: Make nobuild the default Content-Language: en-US To: =?UTF-8?Q?Dag-Erling_Sm=C3=B8rgrav?= , Jessica Clarke Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" References: <6a22f100.42af1.51deb269@gitrepo.freebsd.org> <8E2A1D1D-F83C-4583-82B4-53B869507627@freebsd.org> <86ecihqdbj.fsf@ltc.des.dev> From: John Baldwin In-Reply-To: <86ecihqdbj.fsf@ltc.des.dev> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 6/8/26 11:09, Dag-Erling Smørgrav wrote: > Jessica Clarke writes: >> Dag-Erling Smørgrav writes: >>> commit ddf6fad0295aa92af5eed2a4b2fa0bd02f47d94d >>> Author: Dag-Erling Smørgrav >>> AuthorDate: 2026-06-05 15:53:25 +0000 >>> Commit: Dag-Erling Smørgrav >>> CommitDate: 2026-06-05 15:53:25 +0000 >>> >>> etcupdate: Make nobuild the default >>> >>> The common case for etcupdate is to run it after building and installing >>> the world, in which case we already have an object directory to draw on. >>> Add a -b option to turn nobuild off (opposite of -B), and turn nobuild >>> on by default. >>> >>> MFC after: 1 week >> Changing the default here seems like it might not be appropriate for MFC? > > On the contrary, the reason I'm switching is that the current default is > harmful. Harmful or slow? Certainly it is slower, but AFAIK you still get an updated /etc. Maybe the generated sendmail.mc files are slightly different from the ones you would otherwise get, but those changes are cosmetic (comments only). -- John Baldwin