comparison toys/posix/cpio.c @ 1468:6fd5e556f89d draft

Ignore -m option to cpio, it's what we do anyway so it's not an error.
author Rob Landley <rob@landley.net>
date Tue, 09 Sep 2014 23:44:48 -0500
parents 2148d1502264
children 84727402ee86
comparison
equal deleted inserted replaced
1467:d1411369baa7 1468:6fd5e556f89d
11 * 11 *
12 * Modern cpio expanded header to 110 bytes (first field 6 bytes, rest are 8). 12 * Modern cpio expanded header to 110 bytes (first field 6 bytes, rest are 8).
13 * In order: magic ino mode uid gid nlink mtime filesize devmajor devminor 13 * In order: magic ino mode uid gid nlink mtime filesize devmajor devminor
14 * rdevmajor rdevminor namesize check 14 * rdevmajor rdevminor namesize check
15 15
16 USE_CPIO(NEWTOY(cpio, "duH:i|t|F:v(verbose)o|[!io][!ot]", TOYFLAG_BIN)) 16 USE_CPIO(NEWTOY(cpio, "mduH:i|t|F:v(verbose)o|[!io][!ot]", TOYFLAG_BIN))
17 17
18 config CPIO 18 config CPIO
19 bool "cpio" 19 bool "cpio"
20 default y 20 default y
21 help 21 help