From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/sysklogd: install syslogd to /sbin and logger to /usr/bin
Date: Sun, 24 Jan 2021 17:05:49 +0100 [thread overview]
Message-ID: <20210124160549.GD2325@scaer> (raw)
In-Reply-To: <20210124153409.4041717-1-troglobit@gmail.com>
Joachim, All,
On 2021-01-24 16:34 +0100, Joachim Wiberg spake thusly:
> Replace --exec-prefix, which applies to both sbin and bin, with the more
> granular --bindir for logger and --sbindir for syslogd. This because
> BusyBox installs its syslgod in /sbin and its logger in /usr/bin.
>
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/sysklogd/sysklogd.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/sysklogd/sysklogd.mk b/package/sysklogd/sysklogd.mk
> index 18d30400e1..de5ae17227 100644
> --- a/package/sysklogd/sysklogd.mk
> +++ b/package/sysklogd/sysklogd.mk
> @@ -10,7 +10,7 @@ SYSKLOGD_LICENSE = BSD-3-Clause
> SYSKLOGD_LICENSE_FILES = LICENSE
> SYSKLOGD_CPE_ID_VALID = YES
> SYSKLOGD_CONF_OPTS = \
> - --exec-prefix=/ \
> + --bindir=/usr/bin --sbindir=/sbin \
> --with-suspend-time=$(BR2_PACKAGE_SYSKLOGD_REMOTE_DELAY)
>
> # Disable/Enable utilities
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2021-01-24 16:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-24 15:34 [Buildroot] [PATCH 1/1] package/sysklogd: install syslogd to /sbin and logger to /usr/bin Joachim Wiberg
2021-01-24 16:05 ` Yann E. MORIN [this message]
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=20210124160549.GD2325@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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.