public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeffrey C. Ollie <jcollie@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ejabberd] f45: Fix logrotate script.
Date: Wed, 23 Sep 2026 19:06:31 GMT [thread overview]
Message-ID: <179019039189.1.15478066997076803137.rpms-ejabberd-250365dbc8e0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : 250365dbc8e0f3ec03ef352fa3eddb26cd439ab1
Author : Jeffrey C. Ollie <jcollie@fedoraproject.org>
Date : 2006-10-11T20:33:59+00:00
Stats : +5/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/250365dbc8e0f3ec03ef352fa3eddb26cd439ab1?branch=f45
Log:
Fix logrotate script.
---
diff --git a/ejabberd.logrotate b/ejabberd.logrotate
index 37319d8..2aaefb5 100644
--- a/ejabberd.logrotate
+++ b/ejabberd.logrotate
@@ -4,6 +4,6 @@
create 0640 ejabberd ejabberd
sharedscripts
postrotate
- runuser -s /bin/bash - ejabberd -c "erl -pa @libdir@/ejabberd-@version@/ebin -noinput -sname ejabberdctl -s ejabberd_ctl -extra ejabberd@`hostname -s` reopen-log >/dev/null 2>/dev/null || true
+ runuser -s /bin/bash - ejabberd -c "erl -pa @libdir@/ejabberd-@version@/ebin -noinput -sname ejabberdctl -s ejabberd_ctl -extra ejabberd@`hostname -s` reopen-log" >/dev/null 2>/dev/null || true
endscript
}
diff --git a/ejabberd.spec b/ejabberd.spec
index bf49b20..9991ed2 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -1,6 +1,6 @@
Name: ejabberd
Version: 1.1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A distributed, fault-tolerant Jabber/XMPP server
Group: Applications/Internet
@@ -150,6 +150,9 @@ rm -rf %{buildroot}
%doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_*
%changelog
+* Wed Oct 11 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1.2-2
+- Fix logrotate script (BZ#210366)
+
* Mon Aug 28 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1.1-10
- Bump release and rebuild.
reply other threads:[~2026-09-23 19:06 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=179019039189.1.15478066997076803137.rpms-ejabberd-250365dbc8e0@fedoraproject.org \
--to=jcollie@fedoraproject.org \
--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