From owner-svn-src-head@FreeBSD.ORG Mon Dec 29 18:31:09 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5074142; Mon, 29 Dec 2014 18:31:09 +0000 (UTC) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F3AC16EB; Mon, 29 Dec 2014 18:31:09 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id p10so17784333pdj.13; Mon, 29 Dec 2014 10:31:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=nvE61vsR40Xln9MR85YKhtxoyL1L5YnsyWpI5M8BD8Y=; b=XJdJtFCwU8t7hId4AjCsNWz2daF39zQNCy+g9qNRYtor2ZkgXBnHtEvdP/QFnZSolL L4PblKgXT2OLVnVYsGWKLEzjwNXhqFFi2gJyHUOzmM+NUQjerJwYNVRVIUEwCINtliY0 s4OBpQEq4pb0qvkeJiqnyCOdaI9iXmAI198zquqzHBGmxpv+Ul5ZDd4VTwMnggX0XtZ+ T90pdpfET29yngGp4lRwKY8FgCVqAG73uB2xFFW8SS4c6Zn0McQkO9Xo+PS8jO6a1eja TtmOXKOb0UQHUI1iW9bYVudDNr56coT4udU44/Elo5iipfwXjFauXTa5eWAsJni6NT5v Dz/g== X-Received: by 10.68.69.78 with SMTP id c14mr91308554pbu.68.1419877868983; Mon, 29 Dec 2014 10:31:08 -0800 (PST) Received: from ?IPv6:2601:8:ab80:7d6:c9ab:bdde:d5ce:493a? ([2601:8:ab80:7d6:c9ab:bdde:d5ce:493a]) by mx.google.com with ESMTPSA id gd1sm36199634pbd.67.2014.12.29.10.31.08 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Dec 2014 10:31:08 -0800 (PST) References: <201412250315.sBP3FvS6025641@svn.freebsd.org> <54A186E6.8070805@freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <54A186E6.8070805@freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <6AE84649-768B-45F2-952E-C9661DD3201E@gmail.com> X-Mailer: iPhone Mail (12B440) From: Garrett Cooper Subject: Re: svn commit: r276195 - in head: . lib/libxo Date: Mon, 29 Dec 2014 10:31:06 -0800 To: Alfred Perlstein Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "Bjoern A. Zeeb" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 18:31:09 -0000 > On Dec 29, 2014, at 08:52, Alfred Perlstein wrote: >=20 > You are correct. >=20 > Reason for move was due to programs inside of /bin and /sbin depending on l= ibxo. ... And the fact that / and /usr can be on separate filesystems, etc.=