[inn] Fix typo in start-inn

Jochen Schmitt s4504kr at fedoraproject.org
Tue Jul 5 18:06:01 UTC 2011


commit d7950cddf2930463611426d3388e9c1478a81a80
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Jul 5 20:05:56 2011 +0200

    Fix typo in start-inn

 inn.spec   |    5 ++++-
 start-innd |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/inn.spec b/inn.spec
index 8645f45..8ddf560 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.5.2
-Release: 9%{?dist}
+Release: 10%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -528,6 +528,9 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Tue Jul  5 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-10
+- Fix typo in start-inn
+
 * Sun Jun 26 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-9
 - Initial migration to native systemd support
 
diff --git a/start-innd b/start-innd
index 7e36f9b..f414ebb 100644
--- a/start-innd
+++ b/start-innd
@@ -3,7 +3,7 @@
 . /usr/libexec/news/innshellvars
 
 unset LANG
-unset Lc_COLLATE
+unset LC_COLLATE
 
 runuser -s /bin/bash news /usr/libexec/news/rc.news
 


More information about the scm-commits mailing list