There's another small bashism in /etc/init.d/voyage-util. The line if [ $VOYAGE_LEDS == "NO" ] ; then return ; fi should have just a single '=' to make the script /bin/sh-compatible. (I've installed dash as /bin/sh here, so I'm getting error messages.) Cheers Robert