From owner-freebsd-current@FreeBSD.ORG Fri Feb 24 00:16:08 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A545106566B for ; Fri, 24 Feb 2012 00:16:08 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 347DF8FC0C for ; Fri, 24 Feb 2012 00:16:07 +0000 (UTC) Received: by qcsg15 with SMTP id g15so220989qcs.13 for ; Thu, 23 Feb 2012 16:16:07 -0800 (PST) Received-SPF: pass (google.com: domain of deeptech71@gmail.com designates 10.229.77.5 as permitted sender) client-ip=10.229.77.5; Authentication-Results: mr.google.com; spf=pass (google.com: domain of deeptech71@gmail.com designates 10.229.77.5 as permitted sender) smtp.mail=deeptech71@gmail.com; dkim=pass header.i=deeptech71@gmail.com Received: from mr.google.com ([10.229.77.5]) by 10.229.77.5 with SMTP id e5mr2485808qck.99.1330042567495 (num_hops = 1); Thu, 23 Feb 2012 16:16:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MIQlQqDNAxemgDm0ccPp3dlmTEikwajVmHNQqVUsOGM=; b=BBlTtpTGjKZKPmbSw2kNgk3wDt5+hasM+SK9qMrPDouMP2GRh89ewxBjbb4uQ9mah7 y4k53KuTGvicrH2u/8cbmZ6ZU3PkSouy14rztimK6Nm3vs2ToyZLUAgMmbulV3s4vAjg LlSMtuz+DnPzSY1BmQ8F1GRJ3Ei3AHNg/zzu0= MIME-Version: 1.0 Received: by 10.229.77.5 with SMTP id e5mr2132299qck.99.1330042567387; Thu, 23 Feb 2012 16:16:07 -0800 (PST) Received: by 10.229.136.135 with HTTP; Thu, 23 Feb 2012 16:16:07 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Feb 2012 01:16:07 +0100 Message-ID: From: "deeptech71@gmail.com" To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: "rm -rf /" fanclub 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: Fri, 24 Feb 2012 00:16:08 -0000 On Thu, Feb 23, 2012 at 11:41 PM, deeptech71@gmail.com wrote: > X11R6 is actually a symlink to /usr/local, and not usr/local or > .usr/local! Also, /home is a symlink to /usr/home, and not usr/home or > ./usr/home I meant to say that X11R6 should be a symlink to local or ./local. About /home: I've just noticed that /home points to usr/home in the newest release. The newest basic installation (base + kernel) doesn't even come with an X11R6 symlink, yet I did have it after a full install (-CURRENTization + ports), so that symlink must be coming from mergemaster or some port.