From owner-svn-src-stable-9@FreeBSD.ORG Wed Jan 4 13:28:47 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E1E61065678; Wed, 4 Jan 2012 13:28:47 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 185A48FC14; Wed, 4 Jan 2012 13:28:46 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so20308247obb.13 for ; Wed, 04 Jan 2012 05:28:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0EjtbS1cdj3StcXNONRBz8BPadQZQZ2T/bfVQH/WFaI=; b=LsXx7OmMy18/7Rgv2cR99xaWC9iNDBhC4myjgsN+528dzyTQBxRew8oetlvsk6DAOX UpTb7w/FmXfCDkK+xne0NppFn1tO9ljWTachkJFb2+UAkdHcUm36/tFkFyzXrB/Nsotk aVYyGlICI7ZZadSehmsbdUJ8lmqSimT1TIk68= MIME-Version: 1.0 Received: by 10.182.45.102 with SMTP id l6mr48435977obm.0.1325682333008; Wed, 04 Jan 2012 05:05:33 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.182.171.67 with HTTP; Wed, 4 Jan 2012 05:05:32 -0800 (PST) In-Reply-To: <201201040754.00824.jhb@freebsd.org> References: <201201041239.q04CdrOL078076@svn.freebsd.org> <201201040754.00824.jhb@freebsd.org> Date: Wed, 4 Jan 2012 16:05:32 +0300 X-Google-Sender-Auth: MtpG6YFhdw0Y8Ui5Vk2Y4CW-dLg Message-ID: From: Sergey Kandaurov To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r229473 - in stable/9/sys: boot/common boot/forth conf kern X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 13:28:47 -0000 On 4 January 2012 16:54, John Baldwin wrote: > On Wednesday, January 04, 2012 7:39:53 am Sergey Kandaurov wrote: >> Author: pluknet >> Date: Wed Jan =A04 12:39:52 2012 >> New Revision: 229473 >> URL: http://svn.freebsd.org/changeset/base/229473 >> >> Log: >> =A0 MFC r226833,r227056: >> >> =A0 Remove the long reprecated ``/stand/sysinstall'' from the init_path. > > I think this is premature for 9. =A0sysinstall still exists in 9 along wi= th > src/release/Makefile.sysinstall. Yes, but /stand do not (since 5.3 ?). That was the reason to merge this back. --=20 wbr, pluknet