public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: Move wrong place assigments in innd.service file
@ 2026-08-26 8:54 Jochen Schmitt
0 siblings, 0 replies; only message in thread
From: Jochen Schmitt @ 2026-08-26 8:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 751e7177a5eec18602772fa5bb278cb1d32987cd
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date : 2011-09-19T20:10:00+02:00
Stats : +6/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/751e7177a5eec18602772fa5bb278cb1d32987cd?branch=epel10.3
Log:
Move wrong place assigments in innd.service file
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 8:54 [rpms/inn] epel10.3: Move wrong place assigments in innd.service file Jochen Schmitt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox