X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=installcheck%2Fgnutar.pl;fp=installcheck%2Fgnutar.pl;h=ac1b654ac11046bf4e2cf149ae3f5cf8822a0769;hb=d28952249e392eb31bc8eecc53f6c477f30c617b;hp=d54617af108c03de57ef03fc4c10cd6033c5e18f;hpb=949b8910a5e23c4285d0b1aedacfc82a14dc97a5;p=debian%2Famanda diff --git a/installcheck/gnutar.pl b/installcheck/gnutar.pl index d54617a..ac1b654 100644 --- a/installcheck/gnutar.pl +++ b/installcheck/gnutar.pl @@ -1,8 +1,9 @@ # Copyright (c) 2009-2012 Zmanda, Inc. All Rights Reserved. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 as published -# by the Free Software Foundation. +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -91,6 +92,9 @@ my ($fc14, $fc15); if ($uname =~ /\.fc16\./) { #like fc15 $fc15 = 1; } + if ($uname =~ /\.fc17\./) { #like fc15 + $fc15 = 1; + } } # see if the default for --wildcards during inclusion has been changed