]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl display a message about bconsole
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 12 Jan 2007 22:22:26 +0000 (22:22 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 12 Jan 2007 22:22:26 +0000 (22:22 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3990 91ce42f0-d328-0410-95d8-f526ca767f89

gui/debian/bweb.postinst

index 6b274a273923eb430b28a81863f3f5914bd2f9a6..a008da6a0f85831b178756c7820f5c9a03702abd 100644 (file)
@@ -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