[pkg-bacula-devel] Next steps

Carsten Leonhardt leo at debian.org
Wed Oct 19 20:08:52 UTC 2016


Hi Sven,

> b) merging hardcode-users branch?
>    I tested the branch and made an adjustment to the permissions of
> /etc/bacula/bacula-sd.conf which needs your comment.

I think I'd prefer a smaller change, i.e. "chown bacula $TARGET". I
don't think we need to care about the file's group ownership.

Or maybe even something like this:

if [ `stat -c %U $TARGET` != bacula ]; then
  chown bacula $TARGET
fi


That aside, I'm thinking of merging hardcode-users now and putting what
we then have in experimental. That should make testing easier,
especially wrt the MySQL/MariaDB changes.

 - Carsten



More information about the pkg-bacula-devel mailing list