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

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


commit b68f7ecc6493b8a63d7850c9c0082c1fa30c05cc
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 e27d64a..ef57ed4 100644
--- a/isns-utils.spec
+++ b/isns-utils.spec
@@ -1,6 +1,6 @@
 Name:           isns-utils
 Version:        0.91
-Release:        5%{?dist}
+Release:        5%{?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-5.1
+- pidfile typo in initscript causing startup failure with systemd (#801776)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.91-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_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