public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: drop triggerin scriptlet for no longer existing sysklogd package
@ 2026-08-26  8:55 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26  8:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : b534f3c42a279ee3e2be4707ed9979af8828b88f
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2021-02-18T10:20:18+01:00
Stats  : +0/-23 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/b534f3c42a279ee3e2be4707ed9979af8828b88f?branch=epel10.3

Log:
drop triggerin scriptlet for no longer existing sysklogd package

---
diff --git a/inn.spec b/inn.spec
index caf5e0d..f7ec5f3 100644
--- a/inn.spec
+++ b/inn.spec
@@ -323,29 +323,6 @@ e    echo 'news.notice                                       /var/log/news/news.
   fi
 fi
 
-%triggerin -- sysklogd
-if [ -f /etc/syslog.conf ]; then
-  if ! grep -q INN /etc/syslog.conf; then
-    sed 's/mail.none;/mail.none;news.none;/' < /etc/syslog.conf > /etc/syslog.conf.inn
-    mv /etc/syslog.conf.inn /etc/syslog.conf
-
-    echo '' \
-       >> /etc/syslog.conf
-    echo '#' \
-       >> /etc/syslog.conf
-    echo '# INN' \
-       >> /etc/syslog.conf
-    echo '#' \
-       >> /etc/syslog.conf
-    echo 'news.=crit                                        /var/log/news/news.crit'   >> /etc/syslog.conf
-    echo 'news.=err                                         /var/log/news/news.err'    >> /etc/syslog.conf
-    echo 'news.notice                                       /var/log/news/news.notice' >> /etc/syslog.conf
-    fi
-  if [ -f /var/run/syslogd.pid ]; then
-    kill -HUP `cat /var/run/syslogd.pid` 2> /dev/null ||:
-  fi
-fi
-
 %preun
 %systemd_preun innd.service
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  8:55 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:55 [rpms/inn] epel10.3: drop triggerin scriptlet for no longer existing sysklogd package Dominik 'Rathann' Mierzejewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox