From b820ebf024fc0b5c540aaee371ae46fb9469193a Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 5 Jun 2000 04:51:23 +0000 Subject: [PATCH] - merged from rawhide. Changed files: gzip-zforce.patch -> 1.1 --- gzip-zforce.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gzip-zforce.patch diff --git a/gzip-zforce.patch b/gzip-zforce.patch new file mode 100644 index 0000000..438db1d --- /dev/null +++ b/gzip-zforce.patch @@ -0,0 +1,11 @@ +--- gzip-1.2.4/zforce.in.sopwith Thu Feb 3 18:06:30 2000 ++++ gzip-1.2.4/zforce.in Thu Feb 3 18:07:37 2000 +@@ -25,7 +25,7 @@ + test `expr "$i" : '.*[.-]gz$'` -eq 0 || continue + test `expr "$i" : '.*[.]t[ag]z$'` -eq 0 || continue + +- if gzip -l < "$i" 2>/dev/null | grep '^defl' > /dev/null; then ++ if gzip -l < "$i" 2>/dev/null | grep '^compressed' > /dev/null; then + + if test `expr "$i" : '^............'` -eq 12; then + new=`expr "$i" : '\(.*\)...$`.gz -- 2.44.0