From 11ba7380732395c6a96700889743382462db607d Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 13 Jan 2007 23:58:28 +0000 Subject: [PATCH] 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 --- gui/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5