From owner-freebsd-current@freebsd.org Mon Jul 23 10:57:45 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3E7B1046F68 for ; Mon, 23 Jul 2018 10:57:45 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (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 5F20A76801 for ; Mon, 23 Jul 2018 10:57:45 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 41Yz3Q1rxDzDhbK; Mon, 23 Jul 2018 10:57:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=daemonic.se; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=20151023; t=1532343457; bh=jBJL7IbjDGe6yfeUCY1W01r3 J7xLZI4sa5twbT0qEck=; b=eWv+KOlCEJNZoZ0pDxjzYRgsiXg6cWoq9fz3xsNh VnCG0Jwc6JGqryLoMw2ak4eJ6YCjUdbxIDe9M5Lp8yvV+L+SoSpUPgZxhCjg3xup UauVt7dye7cgkI3IJAC4z0uIUFUhVHieyU6Oa1+Lgd9ubkweBhpueOY159t3ayc1 bSc= X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id 3dlKpIkoQ11r; Mon, 23 Jul 2018 10:57:37 +0000 (UTC) Received: from garnet.daemonic.se (host-95-192-255-70.mobileonline.telia.com [95.192.255.70]) by mail.daemonic.se (Postfix) with ESMTPSA id 41Yz3P4JPGzDhbM; Mon, 23 Jul 2018 10:57:37 +0000 (UTC) Subject: Re: ntpd as ntpd user question To: RW , freebsd-current@freebsd.org References: <5b90c49f-4616-9ef7-28a1-6445137245ef@nomadlogic.org> <1532191655.1344.80.camel@freebsd.org> <4b7acbd2-0230-345c-4370-24a72d0b492a@nomadlogic.org> <1532193285.1344.83.camel@freebsd.org> <20180721185654.239b4c8b@gumby.homeunix.com> From: Niclas Zeising Message-ID: Date: Mon, 23 Jul 2018 12:57:28 +0200 User-Agent: Mutt/1.5.21 MIME-Version: 1.0 In-Reply-To: <20180721185654.239b4c8b@gumby.homeunix.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2018 10:57:45 -0000 On 07/21/18 19:56, RW wrote: > On Sat, 21 Jul 2018 11:14:45 -0600 > Ian Lepore wrote: > > >> There's a "pre-world" stage of mergemaster (-Fp option I think) which >> isn't needed often, but one of the times it is needed is apparently >> when new user ids are added. > > I wish mergemaster had an option to just add new users and groups, > rather than merging the files. etcupdate is usually pretty good at automatically merge updates to files without user interaction, even when the files are locally edited as well. For instance, I had no problem merging /etc/master.passwd and /etc/group for the ntp change. Regards -- Niclas