public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: drop triggerin scriptlet for no longer existing sysklogd package
Date: Wed, 26 Aug 2026 08:55:19 GMT	[thread overview]
Message-ID: <178773451960.1.17006747552270917647.rpms-inn-b534f3c42a27@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-08-26  8:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178773451960.1.17006747552270917647.rpms-inn-b534f3c42a27@fedoraproject.org \
    --to=dominik@greysector.net \
    --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