[Bug 8856] --hard-links does not handle hard-linked symlinks correctly on FreeBSD

samba-bugs at samba.org samba-bugs at samba.org
Tue Apr 10 22:05:37 MDT 2012


https://bugzilla.samba.org/show_bug.cgi?id=8856

--- Comment #1 from ron <ronaldj at infoxchange.net.au> 2012-04-11 04:05:36 UTC ---
> What are the FreeBSD and Linux 'a' filesystem types?

FreeBSD: ufs
Linux: ext3

>Please post the list of commands used to create the FreeBSD directory 'a', starting from rm -rf ./a.

# rm -rf ./a
# mkdir a
# cd a
# touch f
# ln f lf
# ln -s f s1
# ln -s /x/y/z s2
# ln -P s1 ls1
# ln -P s2 ls2

I created two symbolic links to check whether the issue has anything to do with
the target existing (as with f) or not (as with /x/y/z).

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list