]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 27 Aug 2006 07:26:11 +0000 (07:26 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 27 Aug 2006 07:26:11 +0000 (07:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3379 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/INSTALL

index 92129949ff4849a1e291b283aaaf957847981265..3608356cc5d4e676530e904276b8149bc920bb19 100644 (file)
@@ -135,10 +135,12 @@ To use Bweb log engine, you must apply this little patch and have the
 new Log table in your database.
 
 After, you can fill your database with :
-tail -f /tmp/log.sql | bacula -u bacula bacula
+while true; do
+       tail -f /tmp/log.sql | bacula -u bacula bacula
+done
 
 cd bacula-src
-patch < message.patch
+patch -p1 < message.patch
 --- cvs/src/lib/message.c       2006-07-27 21:06:20.000000000 +0200
 +++ cvs/src/lib/message.c.director      2006-07-28 13:46:49.171083494 +0200
 @@ -716,6 +716,18 @@
@@ -162,7 +164,8 @@ patch < message.patch
                  Dmsg1(850, "DIRECTOR for following msg: %s", msg);
 
 
-
+This patch is only for director, this will breaks the rest.
+you can revert it with patch -p1 -R < message.patch
 
 ################ BWEB LIMITATION ###############################