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 ejabberdctl wrapper script - #276071
Date: Wed, 23 Sep 2026 19:06:35 GMT	[thread overview]
Message-ID: <179019039526.1.3151771659172555742.rpms-ejabberd-e523e9522e45@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ejabberd
Branch : f45
Commit : e523e9522e457e2ee5decb431ffd4f38f37b8f2a
Author : Jeffrey C. Ollie <jcollie@fedoraproject.org>
Date   : 2007-09-04T12:26:54+00:00
Stats  : +5/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ejabberd/c/e523e9522e457e2ee5decb431ffd4f38f37b8f2a?branch=f45

Log:
Fix ejabberdctl wrapper script - #276071

---
diff --git a/ejabberd.spec b/ejabberd.spec
index acfdbea..804f0b1 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -1,6 +1,6 @@
 Name:           ejabberd
 Version:        1.1.3
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
@@ -173,6 +173,9 @@ rm -rf %{buildroot}
 %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_*
 
 %changelog
+* Tue Sep  4 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1.3-11
+- Fix ejabberdctl wrapper script - #276071
+
 * Wed Aug 22 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1.3-10
 - Re-exclude ppc64
 

diff --git a/ejabberdctl b/ejabberdctl
index 52ba1f6..148fea3 100644
--- a/ejabberdctl
+++ b/ejabberdctl
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-exec /sbin/runuser -s /bin/bash - ejabberd -c "erl -pa @libdir@/ejabberd-@version@/ebin -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@"
+exec /sbin/runuser -s /bin/bash - ejabberd -c "erl -pa @libdir@/ejabberd-@version@/ebin -noinput -sname ejabberdctl -s ejabberd_ctl -extra $*"

                 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=179019039526.1.3151771659172555742.rpms-ejabberd-e523e9522e45@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