From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Joachim Wiberg <troglobit@gmail.com>
Cc: Heiko Thiery <heiko.thiery@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/netopeer2: fix sysv init script, does not start
Date: Mon, 6 Feb 2023 12:35:01 +0100 [thread overview]
Message-ID: <20230206113501.GD3565@scaer> (raw)
In-Reply-To: <20230131142003.1354787-1-troglobit@gmail.com>
Joachim, All,
On 2023-01-31 15:20 +0100, Joachim Wiberg spake thusly:
> - The netopeer server forks to background by default, no need for '-b'
> - The path to the daemon is /usr/sbin, not /usr/bin
>
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/netopeer2/S52netopeer2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/netopeer2/S52netopeer2 b/package/netopeer2/S52netopeer2
> index cf53a8f109..cadd6b9feb 100644
> --- a/package/netopeer2/S52netopeer2
> +++ b/package/netopeer2/S52netopeer2
> @@ -8,7 +8,7 @@ NETOPEER2_SERVER_ARGS=""
> start() {
> printf 'Starting %s: ' "$DAEMON"
>
> - start-stop-daemon -S -b -q -p $PIDFILE -x "/usr/bin/$DAEMON" \
> + start-stop-daemon -S -q -p $PIDFILE -x "/usr/sbin/$DAEMON" \
> -- $NETOPEER2_SERVER_ARGS
> status=$?
> if [ "$status" -eq 0 ]; then
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-02-06 11:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-31 14:20 [Buildroot] [PATCH 1/1] package/netopeer2: fix sysv init script, does not start Joachim Wiberg
2023-02-06 10:35 ` Heiko Thiery
2023-02-06 11:35 ` Yann E. MORIN [this message]
2023-02-22 16:30 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230206113501.GD3565@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=heiko.thiery@gmail.com \
--cc=troglobit@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.