[asterisk-bugs] [JIRA] (ASTERISK-26619) Both AST_ARGS and ASTARGS used in /etc/init.d script uses

Asterisk Team (JIRA) noreply at issues.asterisk.org
Tue Nov 22 17:00:10 CST 2016


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233864#comment-233864 ] 

Asterisk Team commented on ASTERISK-26619:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> Both AST_ARGS and ASTARGS used in /etc/init.d script uses
> ---------------------------------------------------------
>
>                 Key: ASTERISK-26619
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26619
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: General
>    Affects Versions: 1.8.32.3
>         Environment: OS: CentOS release 6.8
> Package: asterisk-1.8.32.3-2.el6.x86_64
> Build Host: buildhw-12.phx2.fedoraproject.org
> Source RPM: asterisk-1.8.32.3-2.el6.src.rpm
>            Reporter: Telford Tendys
>            Severity: Minor
>
> Two different variable names are used in the script /etc/init.d/asterisk
> {quote}
>         if [ $AST_USER ] ; then
>                 AST_ARGS="{color:red}$AST_ARGS{color} -U $AST_USER"
>         fi
>         if [ $AST_GROUP ] ; then
>                 AST_ARGS="{color:red}$AST_ARGS{color} -G $AST_GROUP"
>         fi
>         if [ $AST_CONFIG ]; then
>                 ASTARGS="$ASTARGS -C $AST_CONFIG"
>         elif [ $ALTCONF ]; then
>                 ASTARGS="$ASTARGS -C $ALTCONF"
>         fi
> {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list