~ubuntu-branches/ubuntu/trusty/ejabberd/trusty-proposed

« back to all changes in this revision

Viewing changes to src/ejabberdctl.template

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs, Konstantin Khomoutov, Gerfried Fuchs
  • Date: 2010-01-14 20:40:53 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100114204053-knme5bdbp0etweq9
Tags: 2.1.1-1
[ Konstantin Khomoutov ]
* New upstream release.
  This also fixes a bug in ejabberdctl (closes: #560824).
* Update mod_admin_extra to upstream revision 1049.
* Remove obsolete patches (those backported from 2.1.1).
* Suggest imagemagick instead of recommending it (closes: #560889).

[ Gerfried Fuchs ]
* Switch Vcs-* fields to point to new git repository. All the conversion
  work was actually done by Konstantin.
* Call debconf-updatepo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
    echo "  control+c, control+c"
160
160
    echo ""
161
161
    echo "--------------------------------------------------------------------"
 
162
    echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:"
 
163
    echo "  EJABBERD_BYPASS_WARNINGS=true"
162
164
    echo "Press any key to continue"
163
 
    read foo
 
165
    if [ "$EJABBERD_BYPASS_WARNINGS" != "true" ] ; then
 
166
        read foo
 
167
    fi
164
168
    echo ""
165
169
    $EXEC_CMD "$ERL \
166
170
      $NAME debug-${ERLANG_NODE} \
184
188
    echo "  q().  and press the Enter key"
185
189
    echo ""
186
190
    echo "--------------------------------------------------------------------"
 
191
    echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:"
 
192
    echo "  EJABBERD_BYPASS_WARNINGS=true"
187
193
    echo "Press any key to continue"
188
 
    read foo
 
194
    if [ "$EJABBERD_BYPASS_WARNINGS" != "true" ] ; then
 
195
        read foo
 
196
    fi
189
197
    echo ""
190
198
    $EXEC_CMD "$ERL \
191
199
      $NAME $ERLANG_NODE \