Bug 465196 - ejabberdctl broken
Summary: ejabberdctl broken
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: ejabberd
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Lemenkov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-02 03:05 UTC by Adam Goode
Modified: 2008-10-07 09:55 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-07 09:46:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Adam Goode 2008-10-02 03:05:00 UTC
Description of problem:

ejabberdctl fails with
/usr/sbin/ejabberdctl: line 149: = \: command not found


Version-Release number of selected component (if applicable):

ejabberd-2.0.2-1.fc9.i386


Additional info:

Line 149 is wrong in 2 ways. $ERL_COMMAND should be ERL_COMMAND, and the assignment can't start with a newline continuation.

It should be this:

    ERL_COMMAND="$ERL \
      $NAME ejabberdctl \
      -noinput \
      -pa $EJABBERD_EBIN \
      -s ejabberd_ctl -extra $ERLANG_NODE $@ \
      "

Comment 1 Fedora Update System 2008-10-02 06:16:17 UTC
ejabberd-2.0.2-3.fc8 has been submitted as an update for Fedora 8.
http://admin.fedoraproject.org/updates/ejabberd-2.0.2-3.fc8

Comment 2 Fedora Update System 2008-10-02 06:16:20 UTC
ejabberd-2.0.2-3.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/ejabberd-2.0.2-3.fc9

Comment 3 Fedora Update System 2008-10-03 22:29:47 UTC
ejabberd-2.0.2-3.fc8 has been pushed to the Fedora 8 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update ejabberd'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-8557

Comment 4 Fedora Update System 2008-10-03 22:34:09 UTC
ejabberd-2.0.2-3.fc9 has been pushed to the Fedora 9 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update ejabberd'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8603

Comment 5 Fedora Update System 2008-10-07 09:46:34 UTC
ejabberd-2.0.2-3.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2008-10-07 09:55:16 UTC
ejabberd-2.0.2-3.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.