From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 19:17:50 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 119A61065670 for ; Sat, 22 Nov 2008 19:17:50 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id D81C88FC18 for ; Sat, 22 Nov 2008 19:17:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 1C0C52BC4B for ; Sun, 23 Nov 2008 08:17:49 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6Pln8qGTJzJv for ; Sun, 23 Nov 2008 08:17:45 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP for ; Sun, 23 Nov 2008 08:17:45 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 1D87811458; Sun, 23 Nov 2008 08:17:45 +1300 (NZDT) Date: Sat, 22 Nov 2008 11:17:44 -0800 From: Andrew Thompson To: current@freebsd.org Message-ID: <20081122191744.GA62217@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: config(8) patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 22 Nov 2008 19:17:50 -0000 Hi, I wanted to use the following in my kernel config file so wrote a patch for it. makeoptions MODULES_OVERRIDE=foo makeoptions MODULES_OVERRIDE+=bar makeoptions MODULES_OVERRIDE+=baz http://people.freebsd.org/~thompsa/config_append.diff I am unsure if the config version needs to be bumped for a minor change like this. Can anyone clarify? Andrew