[pkg-bacula-commits] [bacula] 03/03: manually copy tmpfiles.d/bacula.conf

Sven Hartge hartge-guest at moszumanska.debian.org
Sun Jul 17 20:27:15 UTC 2016


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

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

commit 9133998f1a889a3f0803e1bec81b99b77d69a7a5
Author: Sven Hartge <sven at svenhartge.de>
Date:   Sun Jul 17 22:25:53 2016 +0200

    manually copy tmpfiles.d/bacula.conf
    
    We don't use the install target for the files in
    platforms/systemd, so manually copy tmpfiles.d/bacula.conf
    into the bacula-common package.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0caef6b..4e5d6e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ bacula (7.4.2+dfsg-3) UNRELEASED; urgency=medium
   * Move init-scripts and systemd services files from 
     bacula-director-common to bacula-director-DBTYPE, simplyfying their
     handling for the packaging tools.
+  * readd lost tmpfiles.d/bacula.conf to create /var/run/bacula
 
  -- Sven Hartge <sven at svenhartge.de>  Tue, 14 Jul 2016 11:36:12 +0200
 
diff --git a/debian/rules b/debian/rules
index cce8e3f..4765c4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -140,6 +140,7 @@ override_dh_install-arch:
 		debian/bacula-director-$(db)/etc/bacula/scripts/make_catalog_backup.pl;)
 ifeq ($(HAVE_SYSTEMD),1)
 	# only install systemd related files if systemd is enabled during build
+	install -m 644 platforms/systemd/bacula.conf -D debian/bacula-common/usr/lib/tmpfiles.d/bacula.conf
 	install -m 644 platforms/systemd/bacula-fd.service -D debian/bacula-fd/lib/systemd/system/bacula-fd.service
 	install -m 644 platforms/systemd/bacula-sd.service -D debian/bacula-sd/lib/systemd/system/bacula-sd.service
 	install -m 644 platforms/systemd/bacula-dir.service -D debian/bacula-director-mysql/lib/systemd/system/bacula-director.service

-- 
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