From 4c4bae2f53610f2a6df2d478b291a407e8f645bb Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 9 Jan 2007 12:28:27 +0000 Subject: [PATCH] ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3947 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/INSTALL | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gui/brestore/INSTALL b/gui/brestore/INSTALL index b1fa6dbe09..9104a1e5d1 100644 --- a/gui/brestore/INSTALL +++ b/gui/brestore/INSTALL @@ -1,12 +1,16 @@ ################ INSTALL NOTES FOR BRESTORE #################### -# you can put glade file on /usr/share/brestore or /usr/local/share/brestore +# you can install the user interfact glade file on +# /usr/share/brestore or /usr/local/share/brestore + mkdir -p /usr/share/brestore install -m 644 -o root -g root brestore.glade /usr/share/brestore install -m 755 -o root -g root brestore.pl /usr/bin -# if you doesn't use bweb and bconsole.pl +# if you don't use bweb and bconsole.pl # you must get Bconsole.pm from bweb modules (bweb/lib/Bconsole.pm) +# and install it. If bweb is installed, Bconsole.pm is already +# installed. install -m 644 -o root -g root Bconsole.pm /usr/share/perl5 @@ -52,14 +56,14 @@ install DBD::Pg ################ BCONSOLE WITHOUT CONIO ######################## -If you doesn't use Bweb, you must use bconsole without conio support. For that, use +If you don't use Bweb, you must use bconsole without conio support. For that, use bconsole -n option. WARNING : You must be able to execute bconsole and able to read bconsole.conf ! ################ CONFIGURATION ################################# -You can make configuration from brestore himself (if brestore can't find +You can modify the configuration from brestore itself (if brestore can't find his glade file). Example : -- 2.39.5