[oe] FW: [meta-networking][master][zeus][PATCH] mosquitto.init

Khem Raj raj.khem at gmail.com
Mon Feb 10 19:32:59 UTC 2020


On Mon, Feb 10, 2020 at 10:06 AM Mike Krupicka
<Mike.Krupicka at panduit.com> wrote:
>
> Reposting to tag master branch
>
> Config file specification is missing in start) case. It is present already in restart) case.
>
> Mike

Perhaps the commit message could be improved a nit. I have already
tweaked it locally
but for future reference its good to make it like described here
https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

> ---
> .../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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list