From: Eric Bollengier Date: Fri, 12 Jan 2007 22:22:26 +0000 (+0000) Subject: ebl display a message about bconsole X-Git-Tag: Release-2.0.1~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a7303602b40eac3933d8cb4d751856b6517ff9f6;p=bacula%2Fbacula ebl display a message about bconsole git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3990 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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