OSDN Git Service

Promote cpio out of pending.
authorRob Landley <rob@landley.net>
Tue, 25 Mar 2014 12:35:56 +0000 (07:35 -0500)
committerRob Landley <rob@landley.net>
Tue, 25 Mar 2014 12:35:56 +0000 (07:35 -0500)
After some waffling I put it in "posix", even though it was last specified in
susv2 (where it was the obsolete 6 byte header entries predating susv4).

LSB specifies it, including the 8 byte header fields, but for the actual
command it just references SUSv2. (LSB isn't so much a standard as Red Hat's
"notes to self".)

toys/posix/cpio.c [moved from toys/pending/cpio.c with 99% similarity]

similarity index 99%
rename from toys/pending/cpio.c
rename to toys/posix/cpio.c
index 18877c1..900e512 100644 (file)
@@ -17,7 +17,7 @@ USE_CPIO(NEWTOY(cpio, "duH:i|t|F:o|v(verbose)[!io][!ot]", TOYFLAG_BIN))
 
 config CPIO
   bool "cpio"
-  default n
+  default y
   help
     usage: cpio -{o|t|i} [-v] [--verbose] [-F FILE] [ignored: -du -H newc]