Fix a bug when '-f -H' is used and the target already exists. cpdup was
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 16 Sep 2006 16:47:29 +0000 (16:47 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 16 Sep 2006 16:47:29 +0000 (16:47 +0000)
commit6db8f15d1c94b52f09ca8299251623ab09bf0cc1
treed3234cc81ca23d2cec76e3db464b5c49e437bab6
parent0640660958efd3d2618b2b3fc95b319107fb2196
Fix a bug when '-f -H' is used and the target already exists.  cpdup was
copying the file in that case instead of hardlinking.
bin/cpdup/cpdup.1
bin/cpdup/cpdup.c