From owner-freebsd-stable@FreeBSD.ORG Wed May 6 23:33:53 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8B20106566B for ; Wed, 6 May 2009 23:33:53 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.org [206.117.18.8]) by mx1.freebsd.org (Postfix) with ESMTP id 725658FC13 for ; Wed, 6 May 2009 23:33:53 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from [10.0.1.4] (pool-71-109-162-173.lsanca.dsl-w.verizon.net [71.109.162.173]) (authenticated bits=0) by zoom.lafn.org (8.14.2/8.14.2) with ESMTP id n46NXqoE021293 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Wed, 6 May 2009 16:33:53 -0700 (PDT) (envelope-from bc979@lafn.org) Message-Id: <1BA7DBA9-3C49-490A-B97C-DEB08DF2F696@lafn.org> From: Doug Hardie To: freebsd-stable Stable Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Wed, 6 May 2009 16:33:52 -0700 X-Mailer: Apple Mail (2.930.3) X-Virus-Scanned: clamav-milter 0.95.1 at zoom.lafn.org X-Virus-Status: Clean Subject: Mergemaster 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: Wed, 06 May 2009 23:33:53 -0000 I have been following the discussion on mergemaster and one item is a bit annoying. You can use -U in the command args which sets "AUTO_UPGRADE=yes". That flag is not in mergemaster.rc. It could be easily added to the rc file, but I suspect it would conflict with -p. Hence it seems like if "unset AUTO_UPGRADE" were added to the -p section then it would work. It would be helpful to be able to include it in the rc file so I don't have to remember the options each time.