From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 13:45:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A33016A4D2 for ; Mon, 30 Aug 2004 13:45:03 +0000 (GMT) Received: from web50608.mail.yahoo.com (web50608.mail.yahoo.com [206.190.38.95]) by mx1.FreeBSD.org (Postfix) with SMTP id C2C0243D6B for ; Mon, 30 Aug 2004 13:45:02 +0000 (GMT) (envelope-from kstailey@yahoo.com) Message-ID: <20040830134502.16634.qmail@web50608.mail.yahoo.com> Received: from [69.138.247.171] by web50608.mail.yahoo.com via HTTP; Mon, 30 Aug 2004 06:45:02 PDT Date: Mon, 30 Aug 2004 06:45:02 -0700 (PDT) From: Kenneth Stailey To: Gleb Smirnoff In-Reply-To: <20040829141941.GA24612@cell.sick.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-current@freebsd.org Subject: Re: suggestion for /usr/src/UPDATING X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 30 Aug 2004 13:45:03 -0000 --- Gleb Smirnoff wrote: > On Sun, Aug 29, 2004 at 07:10:44AM -0700, Kenneth Stailey wrote: > K> Can a one-line example of how to invoke adduser to add new accounts like > K> "proxy" be added to /usr/src/UPDATING? That way people could just > K> cut-and-paste the accounts into place when upgrading. > > If you run mergemaster when updating, you can easily merge these lines. > > -- > Totus tuus, Glebius. > GLEBIUS-RIPN GLEB-RIPE > I know about mergemaster it's just that: 1. /etc/passwd is a critical file and can get hairy on production systems. 2. It's about convenience and safety, why not dispense with adduser, etc and tell people to just use vipw?