mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] bootchart: fix /usr merge leftover
Date: Sun, 24 Sep 2023 07:44:42 +0200	[thread overview]
Message-ID: <20230924054442.122070-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230917192604.751338-4-rhi@pengutronix.de>

Thanks, applied as 42b5182752f0171bf120b0a3ec8decf2915dd54c.

Michael

[sent from post-receive hook]

On Sun, 24 Sep 2023 07:44:42 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> Fixes: eca5e27bdb57a64165dd (2017-01-11, "bootchart: /usr merge")
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20230917192604.751338-4-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/projectroot/usr/sbin/bootchartd b/projectroot/usr/sbin/bootchartd
> index 41b868510764..6cbd0c9dedae 100644
> --- a/projectroot/usr/sbin/bootchartd
> +++ b/projectroot/usr/sbin/bootchartd
> @@ -32,8 +32,8 @@ mount proc /proc -t proc
>  
>  {
>      mount -n -t tmpfs -o size=8M none "$LOG_DIR"
> -    /lib/bootchart/collector ${HZ} "${LOG_DIR}"
> -    /lib/bootchart/gather "${OUT_DIR}/bootchart.tgz" "${LOG_DIR}"
> +    /usr/lib/bootchart/collector ${HZ} "${LOG_DIR}"
> +    /usr/lib/bootchart/gather "${OUT_DIR}/bootchart.tgz" "${LOG_DIR}"
>  } &
>  
>  # from kernel:/init/main.c



  reply	other threads:[~2023-09-24  5:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-17 19:26 [ptxdist] [PATCH 1/4] networkmanager: " Roland Hieber
2023-09-17 19:26 ` [ptxdist] [PATCH 2/4] udev-legacy: " Roland Hieber
2023-09-24  5:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-09-17 19:26 ` [ptxdist] [PATCH 3/4] rc-once: " Roland Hieber
2023-09-24  5:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-09-17 19:26 ` [ptxdist] [PATCH 4/4] bootchart: " Roland Hieber
2023-09-24  5:44   ` Michael Olbrich [this message]
2023-09-24  5:44 ` [ptxdist] [APPLIED] networkmanager: " Michael Olbrich

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=20230924054442.122070-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=rhi@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox