X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=perl%2FAmanda%2FApplication%2FZfs.pm;h=250b1ea19f3bb4d7f56e615f8de1330fb692edf5;hp=551366f48a37e23ea724e730253cea8cb960adc2;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e diff --git a/perl/Amanda/Application/Zfs.pm b/perl/Amanda/Application/Zfs.pm index 551366f..250b1ea 100644 --- a/perl/Amanda/Application/Zfs.pm +++ b/perl/Amanda/Application/Zfs.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2008,2009 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2008, 2009, 2010 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 @@ -38,7 +38,7 @@ sub zfs_set_value { my $self = shift; if (defined $self->{execute_where} && $self->{execute_where} ne "client") { - $self->print_to_server_and_die(" Script must be run on the client 'execute_where client'", $Amanda::Script_App::ERROR); + $self->print_to_server_and_die(" Script must be run on the client 'execute-where client'", $Amanda::Script_App::ERROR); } if ($self->{df_path} ne "df" && !-e $self->{df_path}) { $self->print_to_server_and_die("Can't execute DF-PATH '$self->{df_path}' command",