- Improved try_dests_non() so that it works with all non-regular
authorWayne Davison <wayned@samba.org>
Fri, 10 Nov 2006 05:06:56 +0000 (05:06 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 10 Nov 2006 05:06:56 +0000 (05:06 +0000)
commit116a4769c130bd5bc801dac3e295a6e2edf46af7
tree02eb2653297820ac8c2cc849b1061e1c7b37faf3
parent1e4f5f6342d983152c4771ed2c3fa4dfa3ab2246
- Improved try_dests_non() so that it works with all non-regular
  files (including dirs).
- Changed the directory-creating code to call try_dests_non() when a
  --*-dest option is used.
- Revamped the device/special-files code to have the same logic as
  the symlink code, making it both simpler and more correct.
- All the above makes us output changes for all items consistently
  when a --*-dest option is used.
- Fixed an output bug in try_dests_reg() and try_dests_non() when
  -ii is enabled (we use to fail to output unchanged files).
generator.c