If we hit the file hardlink limit try to copy the file instead of hardlinking
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 5 Jul 2006 17:20:37 +0000 (17:20 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 5 Jul 2006 17:20:37 +0000 (17:20 +0000)
commit9b2d9484fa2f165c857ed7e220fdce0b1cff27cb
tree95942626fd51141155321fea654ae3e7e1ef18cb
parente24df9edfe49e2d64ef469956058875ec82bb810
If we hit the file hardlink limit try to copy the file instead of hardlinking
it.  This is most likely to occur when using the new -H option, in particular
when copying CVS trees whos "CVS/Root" files are all hardlinked together.

Document the issue in the manual page.
bin/cpdup/cpdup.1
bin/cpdup/cpdup.c