MacPorts 2.3.2 and "port provides"

Brandon Allbery allbery.b at gmail.com
Thu Mar 5 06:17:22 PST 2015


On Thu, Mar 5, 2015 at 9:13 AM, Jan Stary <hans at stare.cz> wrote:

> > Those aren't hardlinks, but /tmp is a symlink to /private/tmp. Your
> > vim just happens to realpath(3) before saving, it seems.
>
> It's not a symlink, they have the same inode number.
> A symlink would look like this:
>

Your observation would be valid if the file /tmp/whatever were symlinked.
But it's not that specific file, but the directory /tmp that is symlinked.
Naturally, anything within it is going to have the same inode number
whether accessed via the symlink /tmp or the real path /private/tmp.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20150305/030ca1b5/attachment.html>


More information about the macports-users mailing list