Displaying 2 results from an estimated 2 matches for "ehaupt".
Did you mean:
haupt
2014 Jun 27
3
[Bug 10677] New: external zlib broken after update to 3.1.1 on FreeBSD
...ken after update to 3.1.1 on FreeBSD
Product: rsync
Version: 3.1.1
Platform: x64
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: ehaupt at FreeBSD.org
QAContact: rsync-qa at samba.org
After updating the FreeBSD port from 3.1.0 to 3.1.1 external zlib support is
broken:
--- output of regression test begins here ---
# 3.1.1
root at wiggles:/tmp/test # rm dst/*; rsync -z -avP src/. dst/
This rsync lacks old-style --compress...
2017 Jan 10
0
[Bug 12508] New: fileflags & forcechange don't work for hardlinks
...echange don't work for hardlinks
Product: rsync
Version: 3.1.2
Hardware: All
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: ehaupt at FreeBSD.org
QA Contact: rsync-qa at samba.org
I've received the following bug report in FreeBSD's bugzilla:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215688
Use case:
# mkdir -pv /root/debug/{src,dst}
# touch /root/debug/src/0x
# ls -lio /root/debug/src/0x
330810 -rw-...