public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jochen Schmitt <Jochen@herr-schmitt.de>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: Create /var/run/news in innd.init (#708627)
Date: Wed, 26 Aug 2026 08:54:11 GMT [thread overview]
Message-ID: <178773445124.1.16291262630833704137.rpms-inn-1ffc93012c49@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 1ffc93012c49ce796f818c519530fcf62e02fc70
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date : 2011-05-30T18:48:37+02:00
Stats : +12/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/1ffc93012c49ce796f818c519530fcf62e02fc70?branch=epel10.3
Log:
Create /var/run/news in innd.init (#708627)
---
diff --git a/inn.spec b/inn.spec
index 077493c..fef8fe6 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: 5%{?dist}
+Release: 6%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -513,9 +513,12 @@ fi
%{_mandir}/man1/inews*
%changelog
-* Mon May 30 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-5
+* Mon May 30 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-6
- Create /var/run/news in innd.init (#708627)
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
* Wed Aug 11 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-4
- Rebuild for python-2.7 (#623322)
- Fix SMP issue in frontends
diff --git a/inn.spec b/inn.spec
index 643db20..fef8fe6 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: 5%{?dist}
+Release: 6%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -513,6 +513,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Mon May 30 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-6
+- Create /var/run/news in innd.init (#708627)
+
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/innd.init b/innd.init
index 41ae26c..5fa4fa6 100644
--- a/innd.init
+++ b/innd.init
@@ -44,6 +44,9 @@ start() {
# INN uses too many un-checked shell scripts
unset LANG
unset LC_COLLATE
+ # create /var/run/news in tmpfs
+ mkdir -p /var/run/news
+ chown news:news /var/run/news
daemon --user news /usr/libexec/news/rc.news
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/innd
next reply other threads:[~2026-08-26 8:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-26 8:54 Jochen Schmitt [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-08-26 8:54 [rpms/inn] epel10.3: Create /var/run/news in innd.init (#708627) Jochen Schmitt
2026-08-26 8:54 Jochen Schmitt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178773445124.1.16291262630833704137.rpms-inn-1ffc93012c49@fedoraproject.org \
--to=jochen@herr-schmitt.de \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox