On 2/10/20 6:41 AM, Mike Krupicka wrote:
> Config file specification is missing in start) case. It is present already in 
> restart) case.

This needs to go into master first.

Should just apply.

- armin
>
> Mike
> ---
> .../recipes-connectivity/mosquitto/files/mosquitto.init         | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git 
> a/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init 
> b/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init
> index 6a0c12760..9d5963c41 100644
> --- a/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init
> +++ b/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init
> @@ -38,7 +38,7 @@ export PATH="${PATH:+$PATH:}@SBINDIR@:@BASE_SBINDIR@"
> case "$1" in
>      start)
>          echo "Starting Mosquitto message broker" "mosquitto"
> -        if start-stop-daemon --start --quiet --oknodo --background  
> --make-pidfile --pidfile ${PIDFILE} --exec ${DAEMON} ; then
> +        if start-stop-daemon --start --quiet --oknodo --background 
> --make-pidfile --pidfile ${PIDFILE} --exec ${DAEMON} -- -c 
> @SYSCONFDIR@/mosquitto/mosquitto.conf ; then
>              exit 0
>          else
>              exit 1
> --
> 2.17.1


-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to