From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 23 04:12:25 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 319D216A4CE for ; Fri, 23 Jan 2004 04:12:25 -0800 (PST) Received: from brig.emict.com.ua (brig.emict.com.ua [213.160.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A429643D39 for ; Fri, 23 Jan 2004 04:12:14 -0800 (PST) (envelope-from andrit@ukr.net) Received: from bajda (oleg [10.0.0.99]) by brig.emict.com.ua (8.12.5/8.12.5) with ESMTP id i0NBuwrZ005310 for ; Fri, 23 Jan 2004 13:56:59 +0200 To: freebsd-hackers@freebsd.org From: Andriy Tkachuk Organization: bb Content-Type: text/plain; format=flowed; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Fri, 23 Jan 2004 14:12:06 +0200 Message-ID: User-Agent: Opera7.23/Linux M2 build 518 Subject: symlink: /home -> /usr/home vs. /home -> usr/home in default installation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2004 12:12:25 -0000 The idea is this: if you mount your / to another place (for example /mnt on another computer), your /mnt/home will point to correct place (/mnt/usr/home) instead of /usr/home. What do you, falks, think about this? Thanks.