severity #415954 important
thanks

Peter Eisentraut wrote:
> Package: imapproxy
> Version: 1.2.4-10
> Severity: serious
>   
This doesn't break unrelated software.
> This happened during an upgrade just now:
>
> Starting IMAP proxy: /etc/init.d/imapproxy: line 56: [: too many arguments
> Failed to start imapproxy. Check logs for details.
> invoke-rc.d: initscript imapproxy, action "start" failed.
>
> The problem is this code:
>
>       psline="`ps ax | grep imapproxyd | grep -v grep`"
>       if [ -n $psline ]; then
>
> because psline will contain multiple shell words.
>
> After adding quotes, the start action of the script still fails (exist
> status 1) if the service is already running, which is a violation of
> required init script behavior.
>   
This did work some releases ago. Unfortunately, fixes for other problems
seem to have introduced this bug.

I will try to fix this as soon as possible, once I get rid of other,
more serious, bugs.


Thanks for reporting this bug, anyway.


    J.L.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to