You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2015/06/26 19:22:05 UTC

[jira] [Resolved] (DIRSERVER-2075) apacheds.sh creates a file called '0' during stop action

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

Emmanuel Lecharny resolved DIRSERVER-2075.
------------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0-M21

Good catch !

Fixed with http://svn.apache.org/r1687816

> apacheds.sh creates a file called '0' during stop action
> --------------------------------------------------------
>
>                 Key: DIRSERVER-2075
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2075
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M20
>            Reporter: lucas theisen
>             Fix For: 2.0.0-M21
>
>
> Whoops!
> {code}
> ...
>         while [ $ATTEMPTS_REMAINING > 0 ]; do
>             kill -0 $PID > /dev/null 2>&1
>             if [ $? > 0 ]; then
> ...
> {code}
> Needs to be {{-gt}} instead of {{>}} in the tests...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)