[pkg-bacula-commits] [bacula] 01/01: Fix command paths in baculabackupreport.in

Sven Hartge hartge-guest at moszumanska.debian.org
Thu Aug 31 11:15:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

hartge-guest pushed a commit to branch master
in repository bacula.

commit 6caad287c532b5b24a8782342cd6a4a49c7d106a
Author: Sven Hartge <sven at svenhartge.de>
Date:   Thu Aug 31 13:14:13 2017 +0200

    Fix command paths in baculabackupreport.in
    
    Change paths for bconsole and config to match paths in Debian.
---
 .../debian-fix-baculabackupreport-cmd-paths.patch        | 16 ++++++++++++++++
 debian/patches/series                                    |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/debian-fix-baculabackupreport-cmd-paths.patch b/debian/patches/debian-fix-baculabackupreport-cmd-paths.patch
new file mode 100644
index 0000000..9c36de8
--- /dev/null
+++ b/debian/patches/debian-fix-baculabackupreport-cmd-paths.patch
@@ -0,0 +1,16 @@
+Description: Change paths for bconsole and its config file to match Debian
+
+--- a/scripts/baculabackupreport.in
++++ b/scripts/baculabackupreport.in
+@@ -44,9 +44,9 @@
+ # ----------------
+ server="@hostname@"
+ admin="@job_email@"
+-bcbin="/opt/bacula/bin/bconsole"
++bcbin="/usr/sbin/bconsole"
+ sendmail="/usr/sbin/sendmail"
+-bcconfig="/opt/bacula/etc/bconsole.conf"
++bcconfig="/etc/bacula/bconsole.conf"
+ 
+ # Database variables
+ # ------------------
diff --git a/debian/patches/series b/debian/patches/series
index 2213db9..e83bd48 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ non-forking-systemd-units.patch
 upstream-bring-back-tmpfiles-configuration.patch
 upstream-fix-sqlite-update.patch
 upstream-fix-sqlite-db-creation.patch
+debian-fix-baculabackupreport-cmd-paths.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list