X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Famdumpd.pl;h=0d9b4db99e27db6b86c9ee5b0f6976719e6c0b04;hb=HEAD;hp=ef9729c771653bf09aca4e9b7ed95c2c59b575b7;hpb=99080c663209a733fd597a2fcab96a45c9c41291;p=debian%2Famanda diff --git a/server-src/amdumpd.pl b/server-src/amdumpd.pl index ef9729c..0d9b4db 100644 --- a/server-src/amdumpd.pl +++ b/server-src/amdumpd.pl @@ -1,9 +1,10 @@ #! @PERL@ -# Copyright (c) 2010 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2010-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 @@ -39,7 +40,7 @@ use Amanda::Config qw( :init :getconf config_dir_relative ); use Amanda::Cmdline; use Amanda::Paths; use Amanda::Disklist; -use Amanda::Logfile qw( match_disk match_host ); +use Amanda::Util qw( match_disk match_host ); # Note that this class performs its control IO synchronously. This is adequate # for this service, as it never receives unsolicited input from the remote