From a2d558151a6308870a30a83bcd1975a80168a515 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 25 Mar 2014 07:35:56 -0500 Subject: [PATCH] Promote cpio out of pending. 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/{pending => posix}/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => posix}/cpio.c (99%) diff --git a/toys/pending/cpio.c b/toys/posix/cpio.c similarity index 99% rename from toys/pending/cpio.c rename to toys/posix/cpio.c index 18877c1f..900e5128 100644 --- a/toys/pending/cpio.c +++ b/toys/posix/cpio.c @@ -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] -- 2.39.2