[isns-utils/f17] pidfile typo in initscript causing startup failure with systemd (#801776)

Chris Leech cleech at fedoraproject.org
Wed Aug 15 23:48:17 UTC 2012


commit fd830a94b1237a4a544335b6df0b78aced2bc2da
Author: Chris Leech <cleech at redhat.com>
Date:   Wed Aug 15 16:11:39 2012 -0700

    pidfile typo in initscript causing startup failure with systemd (#801776)

 isns-utils.spec |    5 ++++-
 isnsd.init      |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/isns-utils.spec b/isns-utils.spec
index 3a671cf..dbe7630 100644
--- a/isns-utils.spec
+++ b/isns-utils.spec
@@ -1,6 +1,6 @@
 Name:           isns-utils
 Version:        0.91
-Release:        6%{?dist}
+Release:        6%{?dist}.1
 Summary:        The iSNS daemon and utility programs
 
 Group:          System Environment/Daemons
@@ -97,6 +97,9 @@ fi
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/isns/*
 
 %changelog
+* Wed Aug 15 2012 Chris Leech <cleech at redhat.com> - 0.91-6.1
+- pidfile typo in initscript causing startup failure with systemd (#801776)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.91-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/isnsd.init b/isnsd.init
index acc8c1b..50a49bb 100644
--- a/isnsd.init
+++ b/isnsd.init
@@ -13,7 +13,7 @@
 ### END INIT INFO
 #
 #
-# pidfile: /var/run/isns.pid
+# pidfile: /var/run/isnsd.pid
 
 # Source function library.
 . /etc/init.d/functions


More information about the scm-commits mailing list