Tim Kientzle cb7a20f2ba Connect bsdcpio up to the build.
Starting now, there are two cpio programs in the base system:
  /usr/bin/gcpio  - GNU cpio
  /usr/bin/bsdcpio - bsdcpio

In addition, there is a symlink:
  /usr/bin/cpio -> /usr/bin/gcpio (default)
  /usr/bin/cpio -> /usr/bin/bsdcpio (WITH_BSDCPIO)

In particular, WITH_BSDCPIO only controls the
symlink; bsdcpio is always built regardless.

Unless there are objections or problems, I intend:
  * to make /usr/bin/bsdcpio available in 7.1
  * to have /usr/bin/cpio default to bsdcpio in 8.0
    (WITH_GCPIO will be an option instead of WITH_BSDCPIO)
  * to leave /usr/bin/gcpio in the tree until 9.0
2008-05-26 19:19:58 +00:00
..
2008-05-24 11:10:46 +00:00
2008-03-03 08:32:58 +00:00
2008-04-04 21:33:41 +00:00
2007-11-09 16:31:47 +00:00
2008-05-15 10:51:30 +00:00
2008-02-05 17:34:44 +00:00
2007-11-30 11:02:36 +00:00
2008-02-19 07:09:19 +00:00
2007-11-07 07:59:38 +00:00
2008-02-09 09:12:02 +00:00
2008-05-19 11:35:11 +00:00
2008-01-16 19:27:43 +00:00
2008-05-26 17:10:10 +00:00
2007-11-07 07:56:57 +00:00
2008-05-16 20:09:29 +00:00
2008-01-15 07:40:30 +00:00
2008-04-04 21:35:13 +00:00
2008-05-13 09:42:03 +00:00
2008-05-26 19:19:58 +00:00