From 509362dade27a2ae1b5b2d7bcea9352fa5e0873d Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 21 Jun 2007 20:36:28 +0000 Subject: [PATCH] ebl change /etc/bacula/bweb.conf from root group to bacula git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5057 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/debian/bweb.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/debian/bweb.postinst b/gui/debian/bweb.postinst index badc121d86..6ffc9d68ce 100644 --- a/gui/debian/bweb.postinst +++ b/gui/debian/bweb.postinst @@ -13,8 +13,8 @@ if [ "$1" = "configure" ] ; then chmod 755 /etc/bacula - chown www-data:root /etc/bacula/bweb.conf - chmod 600 /etc/bacula/bweb.conf + chown www-data:bacula /etc/bacula/bweb.conf + chmod 640 /etc/bacula/bweb.conf chown www-data:root /var/spool/bweb chmod 700 /var/spool/bweb -- 2.39.5