Add cpdup to /bin (not /usr/bin), so we can start using it during boot
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 Dec 2003 02:20:14 +0000 (02:20 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 Dec 2003 02:20:14 +0000 (02:20 +0000)
commit3a42736de19e4a279d338a75c395877e9093057c
tree4e4bbc8f17b399b7bbed673dd60bf83f4cfa9d64
parentc35323b66d630c18ceaa4cbcb8308601adfc3406
Add cpdup to /bin (not /usr/bin), so we can start using it during boot
to simplify things like diskless booting.
bin/Makefile
bin/cpdup/Makefile [new file with mode: 0644]
bin/cpdup/cpdup.1 [new file with mode: 0644]
bin/cpdup/cpdup.c [new file with mode: 0644]
bin/cpdup/cpdup.h [new file with mode: 0644]
bin/cpdup/misc.c [new file with mode: 0644]