]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix VERSION (last time)
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 11 Jan 2007 14:34:34 +0000 (14:34 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 11 Jan 2007 14:34:34 +0000 (14:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3968 91ce42f0-d328-0410-95d8-f526ca767f89

gui/brestore/brestore.pl

index 188233a979db72d5092b2db6f09e8db4db29982d..72ed665299aac681a38a139415c48e57628e078b 100755 (executable)
@@ -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},