From owner-freebsd-current@FreeBSD.ORG Wed Dec 12 19:15:26 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A15C1CE; Wed, 12 Dec 2012 19:15:26 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 069838FC14; Wed, 12 Dec 2012 19:15:24 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so1006982lah.13 for ; Wed, 12 Dec 2012 11:15:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=98u0P/ZMBVi18UWyNqNqsqRc1tcXHakW1CvAmVCtVeM=; b=u/FXRjLgT021qElVRnM8FdiMysHVY70w6aqMdZV3sf6IV1TxoYNC2UzUEzd5BobIGI YsJzppbYakzuHFMKRfshg30VSV2GbEdfedsTHKWtf/pbrlmVMZgcNWUPZ/S9hJcXNGhX c67TmQofOm3DPlX2Tm+Anm4a79hCTuZB7TKqqU/k0SlK9+42jO6HU8YcmX8Vt7zhaXde trMCKr79CQWLqmoXWo+G3n99fxRybaLjC6XQGQOUfShlkEnb9pBDTMjoINhb+KM3mHuB rzK/Lle7sMm3wdXeOLluci6LKdCrLxqZCeuHKujIbCzDvkBk/+Gyjq03HBgFOhPFmM0h 9+6Q== MIME-Version: 1.0 Received: by 10.112.88.7 with SMTP id bc7mr925250lbb.108.1355339723725; Wed, 12 Dec 2012 11:15:23 -0800 (PST) Received: by 10.112.99.70 with HTTP; Wed, 12 Dec 2012 11:15:23 -0800 (PST) In-Reply-To: References: <1355331231.87661.461.camel@revolution.hippie.lan> Date: Wed, 12 Dec 2012 11:15:23 -0800 Message-ID: Subject: Re: /usr/src/sys/conf/newvers.sh, SYSDIR set to wrong directory. From: Garrett Cooper To: Kimmo Paasiala Content-Type: text/plain; charset=ISO-8859-1 Cc: Ian Lepore , freebsd-stable@freebsd.org, Alfred Perlstein , freebsd-current@freebsd.org, Josh Paetzel , Xin LI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 12 Dec 2012 19:15:26 -0000 On Wed, Dec 12, 2012 at 10:52 AM, Kimmo Paasiala wrote: ... > Thanks, that works. Should I file a PR about this? There are other issues with this that should be resolved (in particular, modifying include/Makefile that FreeNAS has been packing around for a year or so now). Filed a PR here a year ago, but no one has committed it yet even though it should be trivial enough to review and commit: http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/160646 . Alfred/Josh/Xin: could you please commit this change first? Thanks! -Garrett