[Bug 993381] Re: /etc/init.d/monit: 39: [: reload: unexpected operator

2012-12-09 Thread Sergey B Kirpichev
** Changed in: monit (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993381 Title: /etc/init.d/monit: 39: [: reload: unexpected operator To manag

[Bug 993381] Re: /etc/init.d/monit: 39: [: reload: unexpected operator

2012-11-08 Thread Sergey B Kirpichev
fixed 1:5.3.2-2 ** Changed in: monit (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993381 Title: /etc/init.d/monit: 39: [: reload: unexpected oper

[Bug 993381] Re: /etc/init.d/monit: 39: [: reload: unexpected operator

2012-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: monit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993381 Title: /etc/

[Bug 993381] Re: /etc/init.d/monit: 39: [: reload: unexpected operator

2012-05-08 Thread John Eikenberry
This is due to a bashism on line 39 of the init.d script. ... if [ "$1" == "start" ] ... The '==' is a bashism and not posix compliant. It should be 1 '='. The fix is to just delete one of those equal signs. I'd submit a patch but it is to trivial to be worth the effort. -- You received this