X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=application-src%2Famzfs-sendrecv.pl;h=7e6b4572a0c5b4c7059ff4c7f2106bbc28f27d96;hb=949b8910a5e23c4285d0b1aedacfc82a14dc97a5;hp=1bbbb9c97a2621bdb67b32ee230af3fda5da85d4;hpb=c6f0a88c567f8536c498f554285aed1f8150da18;p=debian%2Famanda diff --git a/application-src/amzfs-sendrecv.pl b/application-src/amzfs-sendrecv.pl index 1bbbb9c..7e6b457 100644 --- a/application-src/amzfs-sendrecv.pl +++ b/application-src/amzfs-sendrecv.pl @@ -1,5 +1,5 @@ #!@PERL@ -# Copyright (c) 2008, 2009, 2010 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2008-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 @@ -102,7 +102,8 @@ sub command_support { sub command_selfcheck { my $self = shift; - $self->print_to_server("disk " . quote_string($self->{disk})); + $self->print_to_server("disk " . quote_string($self->{disk}), + $Amanda::Script_App::GOOD); $self->print_to_server("amzfs-sendrecv version " . $Amanda::Constants::VERSION, $Amanda::Script_App::GOOD);