[inn/f16] Move wrong place assigments in innd.service file

Jochen Schmitt s4504kr at fedoraproject.org
Sun Sep 25 18:51:43 UTC 2011


commit 2d7802bb8e99d1852d73835658cf9869a2b24047
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Mon Sep 19 20:10:00 2011 +0200

    Move wrong place assigments in innd.service file

 inn.spec     |    5 ++++-
 innd.service |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/inn.spec b/inn.spec
index f060120..b17b04f 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: 14%{?dist}
+Release: 15%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -518,6 +518,9 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Mon Sep 19 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-15
+- Move wrong place assigments in innd.service file
+
 * Thu Sep  1 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-14
 - Rewrite systemd.service file
 - Allow login to news user account
diff --git a/innd.service b/innd.service
index 044e580..56d5903 100644
--- a/innd.service
+++ b/innd.service
@@ -2,10 +2,10 @@
 Description=Inetnet News Daemon
 After=syslog.target network.target
 ConditionPathExists=/etc/news/inn.conf
-User=news
-PermissionsStartOnly=true
 
 [Service]
+User=news
+PermissionsStartOnly=true
 PIDFile=/run/news/innd.pid
 Type=forking
 ExecStartPre=/bin/mkdir -p /run/news


More information about the scm-commits mailing list