Eygene Ryabinkin <[email protected]> writes:
> Regarding the 'ln -s /etc/motd file; ln -s file/ anotherone': do you
> (or anyone reading this) think that 'cat anotherone' should really
> show the contents of /etc/motd or patch's behaviour is good?

if you mean

$ ln -fs /etc/motd foo
$ ln -fs foo/ bar
$ readlink foo bar
/etc/motd
foo/
$ cat foo

then IMHO it should produce an error.

DES
-- 
Dag-Erling Smørgrav - [email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to