public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: defuzz
@ 2026-08-26 8:54
0 siblings, 0 replies; only message in thread
From: @ 2026-08-26 8:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 25108192f3784fe9ac538b7c9831c55acb3127ad
Author : Ondřej Vašík <ovasik@redhat.com>
Date : 2012-09-06T10:32:04+02:00
Stats : +3/-23 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/25108192f3784fe9ac538b7c9831c55acb3127ad?branch=epel10.3
Log:
defuzz
---
diff --git a/inn-2.5.1-nologinshell.patch b/inn-2.5.1-nologinshell.patch
index d79a0c6..cf3d55e 100644
--- a/inn-2.5.1-nologinshell.patch
+++ b/inn-2.5.1-nologinshell.patch
@@ -44,8 +44,8 @@ diff -up inn-2.5.1/doc/pod/install.pod.nologin inn-2.5.1/doc/pod/install.pod
- su news -c '<pathbin in inn.conf>/rc.news stop'
+ su -m news -c '/etc/rc.news stop'
- In the F<contrib> directory of this source tree is a sample init script
- for people using System V-style init.d directories.
+ In the F<contrib> directory of this source tree, two sample init scripts are provided: one
+ for people using System V-style init.d directories, and another for people
diff -up inn-2.5.1/doc/pod/rc.news.pod.nologin inn-2.5.1/doc/pod/rc.news.pod
--- inn-2.5.1/doc/pod/rc.news.pod.nologin 2009-10-12 20:24:04.000000000 +0200
+++ inn-2.5.1/doc/pod/rc.news.pod 2009-10-13 21:53:35.000000000 +0200
@@ -69,24 +69,3 @@ diff -up inn-2.5.1/doc/pod/rc.news.pod.nologin inn-2.5.1/doc/pod/rc.news.pod
=head1 BUGS
-diff -up inn-2.5.1/INSTALL.nologin inn-2.5.1/INSTALL
---- inn-2.5.1/INSTALL.nologin 2009-10-12 20:24:04.000000000 +0200
-+++ inn-2.5.1/INSTALL 2009-10-13 21:53:35.000000000 +0200
-@@ -1511,7 +1511,7 @@ Starting and Stopping the System
- news user and not as root. To start INN on system boot, you therefore
- want to put something like:
-
-- su news -c <pathbin in inn.conf>/rc.news
-+ su -m news -c /etc/rc.news
-
- in the system boot scripts. If innd is stopped or killed, you can
- restart it by running rc.news by hand as the news user.
-@@ -1519,7 +1519,7 @@ Starting and Stopping the System
- The rc.news script may also be used to shut down INN, with the "stop"
- option:
-
-- su news -c '<pathbin in inn.conf>/rc.news stop'
-+ su -m news -c '/etc/rc.news stop'
-
- In the contrib directory of this source tree is a sample init script for
- people using System V-style init.d directories.
diff --git a/inn.spec b/inn.spec
index d2da6da..79614cd 100644
--- a/inn.spec
+++ b/inn.spec
@@ -111,6 +111,7 @@ exit 0
%patch18 -p1 -b .smp
%patch19 -p1 -b .docrun
+perl -pi -e 's/su news/su -m news/' ./INSTALL
perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
^ 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: defuzz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox