From owner-freebsd-current Fri Jul 21 04:36:22 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id EAA24182 for current-outgoing; Fri, 21 Jul 1995 04:36:22 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id EAA24169 for ; Fri, 21 Jul 1995 04:36:09 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id VAA31644 for freebsd-current@freebsd.org; Fri, 21 Jul 1995 21:33:50 +1000 Date: Fri, 21 Jul 1995 21:33:50 +1000 From: Bruce Evans Message-Id: <199507211133.VAA31644@godzilla.zeta.org.au> To: freebsd-current@freebsd.org Subject: Re: Hmmmm! New error encountered with cpio while building root.flp Sender: current-owner@freebsd.org Precedence: bulk >Why not change the default to the safe "newc"? cpio is supposed to >read all formats automagically, and Posix does only standardize pax >anyway. POSIX.1 specifies certain tar and cpio formats. Note that gnu tar implements the format specified in an early draft of POSIX.1 and handles the standard format poorly for extraction because it thinks it is nonstandard. Gnu cpio implements the POSIX.1 format. See cpio/README. The handling of rdevs is mostly implementation-defined. Zeroing them for regular files is allowed. Bruce