From: Eric Bollengier Date: Sun, 27 Aug 2006 07:26:11 +0000 (+0000) Subject: ebl update X-Git-Tag: Release-2.0.0~537 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0d5747d27a52acd33896bd53578abb898ea68376;p=bacula%2Fbacula ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3379 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index 92129949ff..3608356cc5 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -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 ###############################