From a7303602b40eac3933d8cb4d751856b6517ff9f6 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 12 Jan 2007 22:22:26 +0000 Subject: [PATCH] ebl display a message about bconsole git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3990 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/debian/bweb.postinst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gui/debian/bweb.postinst b/gui/debian/bweb.postinst index 6b274a2739..a008da6a0f 100644 --- a/gui/debian/bweb.postinst +++ b/gui/debian/bweb.postinst @@ -16,7 +16,7 @@ if [ "$1" = "configure" ] ; then chown www-data:root /var/spool/bweb chmod 700 /var/spool/bweb - + echo echo "If you are using postgresql, you have to load /usr/share/bweb/bweb-postgresql.sql in your database" @@ -24,4 +24,10 @@ if [ "$1" = "configure" ] ; then echo echo "You can use user/passwd (see /etc/apache/conf.d/bweb.conf)" echo "You have to reload your apache configuration" + echo + echo "'/usr/bin/bconsole -n -c /etc/bacula/bconsole.conf' must be accessible" + echo "by your www-data. You meed to use :" + echo "chmod 644 /etc/bacula/bconsole.conf" + echo "chmod 755 /usr/bin/bconsole" + fi -- 2.39.2