From: Eric Bollengier Date: Thu, 11 Jan 2007 14:34:34 +0000 (+0000) Subject: ebl fix VERSION (last time) X-Git-Tag: Release-2.0.1~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d383839e56426d017a6e29ee10184fc844995478;p=bacula%2Fbacula ebl fix VERSION (last time) git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3968 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index 188233a979..72ed665299 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -214,7 +214,7 @@ sub prepare { my ($self, @what) = @_; my $ua = LWP::UserAgent->new(); - $ua->agent("Brestore ($VERSION)"); + $ua->agent("Brestore/$VERSION"); my $req = POST($self->{pref}->{bconsole}, Content_Type => 'form-data', Content => [ map { (action => $_) } @what ]); @@ -238,7 +238,7 @@ sub run my ($self, %arg) = @_; my $ua = LWP::UserAgent->new(); - $ua->agent("Brestore ($VERSION)"); + $ua->agent("Brestore/$VERSION"); my $req = POST($self->{pref}->{bconsole}, Content_Type => 'form-data', Content => [ job => $arg{job},