From: Eric Bollengier Date: Tue, 2 Jan 2007 10:22:36 +0000 (+0000) Subject: ebl add infos X-Git-Tag: Release-2.0.0~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e1f2ce7c30b02513c7744d6e174b9067d075ba5a;p=bacula%2Fbacula ebl add infos git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3898 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/debian/bweb.postinst b/gui/debian/bweb.postinst index 5273dcf669..86f646d376 100644 --- a/gui/debian/bweb.postinst +++ b/gui/debian/bweb.postinst @@ -29,4 +29,6 @@ if [ "$1" = "configure" ] ; then echo "postgres@localhost:~$ psql bacula < /usr/share/bweb/bweb-postgresql.sql" fi + echo "You have to reload your apache configuration" + echo "You can use user/passwd by editing /etc/apache/conf.d/bweb.conf" fi