From owner-freebsd-stable@FreeBSD.ORG Mon Oct 31 09:26:18 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47E711065689 for ; Mon, 31 Oct 2011 09:26:18 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 14AC78FC17 for ; Mon, 31 Oct 2011 09:26:17 +0000 (UTC) Received: by iabz21 with SMTP id z21so1020100iab.13 for ; Mon, 31 Oct 2011 02:26:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=oPpc0u86AprmtQzkD1XlpQ4+TSWhgE+N4sWhWj3L2nk=; b=YbMKqmmjHv+idPWcazJ/5x/70iuvDSOlxEoJA9GU8OzuDZS9w317sT0FtvTB1vqHmd yRwh0SgFhL3EdH4IPsK18Ulg+xcTuQKdkm0Hd1pqyM3aTOESWLw46rnpusQGk/PbYP/A vMqZSmAhN/oOEagToeiE0F4gJAkGbWlPy+pZA= Received: by 10.42.153.6 with SMTP id k6mr21372972icw.30.1320053177111; Mon, 31 Oct 2011 02:26:17 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.11.140 with HTTP; Mon, 31 Oct 2011 02:25:46 -0700 (PDT) In-Reply-To: <4EAE1E16.1010504@charter.net> References: <4EAE1E16.1010504@charter.net> From: Chris Rees Date: Mon, 31 Oct 2011 09:25:46 +0000 X-Google-Sender-Auth: IxJc7-pEOTtjyNJdniEWutwjBfc Message-ID: To: Andrew Lankford Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stable@freebsd.org Subject: Re: WITHOUT_SYSINSTALL (stable-9) 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: Mon, 31 Oct 2011 09:26:18 -0000 On 31 October 2011 04:03, Andrew Lankford wrot= e: > I was able to buildworld, buildkernel to 9.0-RC1 from 8-stable without > incident. =A0Yay. =A0However, I noticed a new sysinstall executable =A0in > /usr/sbin even though I included WITHOUT_SYSINSTALL=3D"yes" =A0in > /etc/src.conf. =A0My src.conf =A0looks like it's in good order, and the > other WITHOUT_ options were heeded. > You mention a new sysinstall executable, as in it was *definitely* installed by the installworld and not just left over? Is the mtime the same as others in that dir? Chris