In <[EMAIL PROTECTED]>, Andrey V. Elsukov <[EMAIL PROTECTED]> typed: > Hi, All! > > I've ported NetBSD magic symlinks implementation to FreeBSD. > The description of magiclinks can been found here: > http://www.daemon-systems.org/man/symlink.7.html
This kind of thing has been showing up in Unix variants for a couple of decades, but none have have ever caught on. Can you provide some examples of what this is being used for? It's not clear the the thing that it looks to me like it would be most useful for is possible. That would be making various lib directories on 64bit platforms that supported 32bit binaries point to either lib32 or lib64, depending on which mode the process was running in. It doesn't look like @emul gets set for that, and the docs say that @machine_arch depensd are the results of a uname invocation, which I wouldn't expect to change based on the mode of the process. Thanks, <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"