[inn/f20] Fix typo in innd-nntpsend.service (#1043126)

Jochen Schmitt s4504kr at fedoraproject.org
Sat Dec 14 09:18:23 UTC 2013


commit 43ab7e724bcabd4682fa19379f2774cace834ed0
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Sat Dec 14 10:17:26 2013 +0100

    Fix typo in innd-nntpsend.service (#1043126)

 inn.spec              |    5 ++++-
 innd-nntpsend.service |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/inn.spec b/inn.spec
index b2f864f..8362891 100644
--- a/inn.spec
+++ b/inn.spec
@@ -3,7 +3,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.5.3
-Release: 13%{?dist}
+Release: 14%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -565,6 +565,9 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Sat Dec 14 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-14
+- Fix typo in innd-nntpsend.service (#1043126)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.3-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/innd-nntpsend.service b/innd-nntpsend.service
index 3e23549..5ab1999 100644
--- a/innd-nntpsend.service
+++ b/innd-nntpsend.service
@@ -2,7 +2,7 @@
 Description=Inetnet News Daemon Sending News
 After=innd.service
 ConditionPathExists=/etc/news/inn.conf
-conditionPathExists=/run/news/inn.pid
+ConditionPathExists=/run/news/inn.pid
 
 [Service]
 User=news


More information about the scm-commits mailing list