[pkg-bacula-commits] [bacula] 01/01: install systemd service files with the same base names as in init.d

Carsten Leonhardt leo at moszumanska.debian.org
Fri Dec 11 13:23:20 UTC 2015


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

leo pushed a commit to branch experimental
in repository bacula.

commit de7e96e858b473590ac65abec72659704a8f5e06
Author: Carsten Leonhardt <leo at debian.org>
Date:   Fri Dec 11 14:17:20 2015 +0100

    install systemd service files with the same base names as in init.d
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b2e20a0..1b6179b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -136,7 +136,7 @@ ifeq ($(HAVE_SYSTEMD),1)
 	# only install systemd related files if systemd is enabled during build
 	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-common/lib/systemd/system/bacula-dir.service
+	install -m 644 platforms/systemd/bacula-dir.service -D debian/bacula-director-common/lib/systemd/system/bacula-director.service
 endif
 
 override_dh_installdocs:

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