[bacula2] Fix pidfile in unit file.

Jon Ciesla limb at fedoraproject.org
Tue Mar 6 17:50:32 UTC 2012


commit fdec5b6b99109b86d86beb4e49b4a3c4bee92cdd
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Mar 6 11:50:20 2012 -0600

    Fix pidfile in unit file.

 bacula2-fd.service |    2 +-
 bacula2.spec       |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bacula2-fd.service b/bacula2-fd.service
index decaf95..317326e 100644
--- a/bacula2-fd.service
+++ b/bacula2-fd.service
@@ -4,7 +4,7 @@ After=network.target
 
 [Service]
 Type=forking
-PIDFile=/run/bacula-fd.9102.pid
+PIDFile=/run/bacula2-fd.9102.pid
 ExecStart=/usr/sbin/bacula2-fd -c /etc/bacula2/bacula-fd.conf
 
 [Install]
diff --git a/bacula2.spec b/bacula2.spec
index 906f2bf..bd97545 100644
--- a/bacula2.spec
+++ b/bacula2.spec
@@ -4,7 +4,7 @@
 Summary: Backup client for bacula version 2 server
 Name: bacula2
 Version: 2.4.4
-Release: 9%{?dist}
+Release: 10%{?dist}
 # See LICENSE for details
 License: GPLv2 with exceptions
 Group: System Environment/Daemons
@@ -208,6 +208,9 @@ fi
 %{_mandir}/man8/bacula2-fd.8*
 
 %changelog
+* Tue Mar 06 2012 Jon Ciesla <limburgher at gmail.com> - 2.4.4-10
+- Fix PID listed in unit file, BZ 799167.
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.4-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list