You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2008/05/16 19:55:43 UTC

[jira] Resolved: (AMQ-1675) RUN_AS_USER in linux activemq script set incorrectly

     [ https://issues.apache.org/activemq/browse/AMQ-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino resolved AMQ-1675.
--------------------------------

    Resolution: Won't Fix

since the patch was not given under ASL 2.0 terms we can't merge it in.  Please re-open if you change your mind.

> RUN_AS_USER in linux activemq script set incorrectly
> ----------------------------------------------------
>
>                 Key: AMQ-1675
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1675
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.0.0
>         Environment: fedora 7, java 1.5
>            Reporter: joseph benavidez
>            Assignee: Hiram Chirino
>         Attachments: activemq-run_as_group.patch
>
>
> bin/linux/activemq gives:
>    chown: `myuser:RUN_AS_USER': invalid group
> The line
>     RUN_AS_GROUP=RUN_AS_USER
> should be
>     RUN_AS_GROUP=$RUN_AS_USER
> Including simple fix as a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.