]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl put bconsole path in /etc/bacula/bweb.conf
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 13 Jan 2007 23:58:28 +0000 (23:58 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 13 Jan 2007 23:58:28 +0000 (23:58 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3994 91ce42f0-d328-0410-95d8-f526ca767f89

gui/debian/rules

index 7610594ba0ac6eec258cb98079e579c30e854bf8..336599cf602c26a285b36b79988408dc943f03e0 100755 (executable)
@@ -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