]> git.pld-linux.org Git - packages/cpio.git/commitdiff
- dropped (unnecessary RH-specific change in original program behaviour)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Jan 2005 15:19:41 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpio-man.patch -> 1.2
    cpio-svr4compat.patch -> 1.2

cpio-man.patch [deleted file]
cpio-svr4compat.patch [deleted file]

diff --git a/cpio-man.patch b/cpio-man.patch
deleted file mode 100644 (file)
index eb592c8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- cpio-2.4.2/cpio.1.man      Tue Aug  8 11:52:42 2000
-+++ cpio-2.4.2/cpio.1  Tue Aug  8 11:58:32 2000
-@@ -152,7 +152,8 @@
- Set the I/O block size to BLOCK-SIZE * 512 bytes.
- .TP
- .I "\-c"
--Use the old portable (ASCII) archive format.
-+Identical to "-H newc", use the new (SVR4) portable format.
-+If you wish the old portable (ASCII) archive format, use "-H odc" instead.
- .TP
- .I "\-C IO-SIZE, \-\-io-size=IO-SIZE"
- Set the I/O block size to IO-SIZE bytes.
diff --git a/cpio-svr4compat.patch b/cpio-svr4compat.patch
deleted file mode 100644 (file)
index 350923a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpio-2.4.2/main.c.svr4compat       Tue Jun 30 12:22:05 1998
-+++ cpio-2.4.2/main.c  Tue Jun 30 12:22:34 1998
-@@ -169,6 +169,8 @@
-       case 'c':               /* Use the old portable ASCII format.  */
-         if (archive_format != arf_unknown)
-           usage (stderr, 2);
-+#define       SVR4_COMPAT     1
-+#define       SVR4_COMPAT     1
- #ifdef SVR4_COMPAT
-         archive_format = arf_newascii; /* -H newc.  */
- #else
This page took 0.039621 seconds and 4 git commands to generate.