For bug #172033, remove the obsolete QA Notice for man pages that are already compressed.
authorZac Medico <zmedico@gentoo.org>
Sat, 24 Mar 2007 18:50:49 +0000 (18:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 24 Mar 2007 18:50:49 +0000 (18:50 -0000)
svn path=/main/trunk/; revision=6271

bin/doman

index 7158252257a3697de549c6c419172cb07fabaa40..c021f0a444061201fba8312eb444c1090a510ee3 100755 (executable)
--- a/bin/doman
+++ b/bin/doman
@@ -25,10 +25,10 @@ for x in "$@" ; do
 
        suffix=${x##*.}
 
-       if [[ ${suffix} == "gz" ]] ; then
+       # These will be automatically decompressed by ecompressdir.
+       if hasq ${suffix} Z gz bz2 ; then
                realname=${x%.*}
                suffix=${realname##*.}
-               eqawarn "QA Notice: File is already compressed: '${realname}'"
        fi
 
        mandir=${i18n}man${suffix:0:1}