Hey juanito, thanks for updating the package! Unfortunately there still seems to be some issues with it. I had a typo in the provided init.d script:
*) echo "Usage $0: {start|stop|restart} ;;
should include a trailing " character:
*) echo "Usage $0: ...
*) echo "Usage $0: {start|stop|restart} ;;
should include a trailing " character:
*) echo "Usage $0: ...