From: Eric Bollengier Date: Sat, 13 Jan 2007 23:58:28 +0000 (+0000) Subject: ebl put bconsole path in /etc/bacula/bweb.conf X-Git-Tag: Release-2.0.2~86 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=11ba7380732395c6a96700889743382462db607d;p=bacula%2Fbacula ebl put bconsole path in /etc/bacula/bweb.conf git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3994 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/debian/rules b/gui/debian/rules index 7610594ba0..336599cf60 100755 --- a/gui/debian/rules +++ b/gui/debian/rules @@ -65,7 +65,7 @@ install-indep: install -m 644 bweb/html/*.html debian/bweb/usr/share/bweb/html install -m 644 bweb/html/*.ico debian/bweb/usr/share/bweb/html install -m 644 bweb/script/bweb-postgresql.sql debian/bweb/usr/share/bweb - echo '$$VAR1 = { template_dir => "/usr/share/bweb/tpl", fv_write_path => "/var/spool/bweb" };' > debian/bweb/etc/bacula/bweb.conf + echo '$$VAR1 = { template_dir => "/usr/share/bweb/tpl", bconsole => "/usr/bin/bconsole -n -c /etc/bacula/bconsole.conf", fv_write_path => "/var/spool/bweb" };' > debian/bweb/etc/bacula/bweb.conf chmod 600 debian/bweb/etc/bacula/bweb.conf dh_install -i touch install-indep-stamp