public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: Avoid useless messages in cron.hourly (#753581)
@ 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 : 775530869f4012f240e15f04895311f9dac327e6
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date : 2011-11-13T20:04:51+01:00
Stats : +5/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/775530869f4012f240e15f04895311f9dac327e6?branch=epel10.3
Log:
Avoid useless messages in cron.hourly (#753581)
---
diff --git a/inn-cron-rnews b/inn-cron-rnews
index c7605e3..0fafdab 100644
--- a/inn-cron-rnews
+++ b/inn-cron-rnews
@@ -1,3 +1,3 @@
#!/bin/sh
-/sbin/chkconfig innd || exit 0
+/sbin/chkconfig innd >/dev/null || exit 0
runuser -m news -c 'unset LANG; unset LC_COLLATE; /usr/libexec/news/rnews -U'
diff --git a/inn.spec b/inn.spec
index 3d77a93..e3b3200 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: 18%{?dist}
+Release: 19%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -524,6 +524,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Sun Nov 13 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-19
+- Avoid useless messages in cron.hourly (#753581)
+
* Wed Oct 5 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-18
- Unghosting /var/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: Avoid useless messages in cron.hourly (#753581) Jochen Schmitt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox