Subject: -H formats to cpio
To: None <tech-userlevel@netbsd.org>
From: Krister Walfridsson <cato@df.lth.se>
List: tech-userlevel
Date: 01/04/2003 19:06:55
The current cpio does not handle the format names used by our old cpio.
This may break some scripts for users, and it does causes some problems
for pkgsrc (see PR 19140)
Any objection to adding the old format names too? i.e. to let
bin = bcpio
newc = sv4cpio
crc = sv4crc
(after verifying that they really correspond to the same formats...)
/Krister