From 6d333a7d96d0615f211a734f5017c2716719f0d9 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 19 Jul 2009 08:24:59 +0000 Subject: [PATCH] update INSTALL git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9057 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index 47a4ce4f97..63dfc81fa5 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -46,12 +46,12 @@ Bweb works well with 2.0 release or later. Note: the best way to test if you have all the dependencies fullfilled for Perl is to: - cd /var/www/cgi-bin/bweb - ./bweb.pl + cd bweb/lib + ../cgi/bweb.pl you might also want to try: - ./bgraph.pl + ../cgi/bgraph.pl To make sure the graphing modules are loaded. However, running it will spray binary graphics data on your terminal. Otherwise, you will -- 2.39.5