From owner-freebsd-current@FreeBSD.ORG Sun Aug 29 17:52:35 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 A824816A4CE for ; Sun, 29 Aug 2004 17:52:35 +0000 (GMT) Received: from alogis.com (firewall2.alogis.com [62.8.223.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9292243D5C for ; Sun, 29 Aug 2004 17:52:33 +0000 (GMT) (envelope-from Holger.Kipp@alogis.com) Received: (from hk@localhost) by alogis.com (8.11.1/8.9.3) id i7THqRM24368; Sun, 29 Aug 2004 19:52:27 +0200 (CEST) (envelope-from hk) Date: Sun, 29 Aug 2004 19:52:27 +0200 From: Holger Kipp To: Kenneth Stailey Message-ID: <20040829195227.A23465@intserv.int1.b.intern> References: <20040829141044.98464.qmail@web50601.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20040829141044.98464.qmail@web50601.mail.yahoo.com>; from kstailey@yahoo.com on Sun, Aug 29, 2004 at 07:10:44AM -0700 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: Sun, 29 Aug 2004 17:52:35 -0000 On Sun, Aug 29, 2004 at 07:10:44AM -0700, Kenneth Stailey wrote: > Can a one-line example of how to invoke adduser to add new accounts like > "proxy" be added to /usr/src/UPDATING? That way people could just > cut-and-paste the accounts into place when upgrading. Use mergemaster for this: mergemaster -p (this is in /usr/src/UPDATING (CURRENT) for 20040308) to create required user account 'proxy'. mergemaster -p (this is in /usr/src/UPDATING (STABLE) for 20020404) (iirc this was for sendmail) apart from that, 'man adduser' is your friend :-) I always found it quite interesting(*) to read all UPDATING-Entries starting from the last time I updated my systems - apart from reading (some) mailings to stable- and current-mailinglist - and to always expect the unexpected whilst using current... :-) Regards, Holger Kipp (*) sometimes even enlightening, but due to enhanced stupidity (I'm over 30 now) this does not always work .