From owner-freebsd-current@FreeBSD.ORG Sun Oct 19 02:25:40 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C56416A4B3 for ; Sun, 19 Oct 2003 02:25:40 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 3AEDC43FA3 for ; Sun, 19 Oct 2003 02:25:39 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 19 Oct 2003 10:25:38 +0100 (BST) Date: Sun, 19 Oct 2003 10:25:38 +0100 From: David Malone To: "Bjoern A. Zeeb" Message-ID: <20031019092538.GA95269@walton.maths.tcd.ie> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: current@freebsd.org Subject: Re: binaries installed mult. times / no symlinks ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 19 Oct 2003 09:25:40 -0000 On Sun, Oct 19, 2003 at 08:52:59AM +0000, Bjoern A. Zeeb wrote: > My question now would be if symlinking wouldn't suffice ? All of the programs you list are actually hardlinks to one another. If you run "ls -li" on them, you will see that they have the same inode number, and are consequently the same file. > nvi -> nview > nvi -> vi > nvi -> view You can add ex and nex to this list too. David.