All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: KAMenyaev@sberdevices.ru
Cc: John Stile <johns@msli.com>,
	sdfw_system_team@sberdevices.ru, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/dhcpcd: pid path fixed.
Date: Mon, 5 Sep 2022 21:06:37 +0200	[thread overview]
Message-ID: <20220905190636.GG1490660@scaer> (raw)
In-Reply-To: <20220905010913.13640-1-KAMenyaev@sberdevices.ru>

Konstantin, All,

On 2022-09-05 04:09 +0300, Konstantin Menyaev via buildroot spake thusly:
> From: Konstantin Menyaev <KAMenyaev@sberdevices.ru>
> 
> dhcpcd-9 defaults the run directory to `/var/run/dhcpcd` instead of
> `/var/run` and the prefix of dhcpcd has been removed from the files.

I've extended the commit log to explain that that sentence is from the
README of dhcpcd.

I also tweaked the commit title.

Applied to master, thanks.

Regards,
Yann E. MORIN.

> Signed-off-by: Konstantin Menyaev <KAMenyaev@sberdevices.ru>
> ---
>  package/dhcpcd/S41dhcpcd      | 2 +-
>  package/dhcpcd/dhcpcd.service | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/dhcpcd/S41dhcpcd b/package/dhcpcd/S41dhcpcd
> index 3e5c22f715..55794f4075 100644
> --- a/package/dhcpcd/S41dhcpcd
> +++ b/package/dhcpcd/S41dhcpcd
> @@ -5,7 +5,7 @@
>  
>  DAEMON=/sbin/dhcpcd
>  CONFIG=/etc/dhcpcd.conf
> -PIDFILE=/var/run/dhcpcd.pid
> +PIDFILE=/var/run/dhcpcd/pid
>  
>  [ -f $CONFIG ] || exit 0
>  
> diff --git a/package/dhcpcd/dhcpcd.service b/package/dhcpcd/dhcpcd.service
> index e648092c9b..4da49818a7 100644
> --- a/package/dhcpcd/dhcpcd.service
> +++ b/package/dhcpcd/dhcpcd.service
> @@ -5,7 +5,7 @@ After=network.target
>  [Service]
>  Type=forking
>  EnvironmentFile=-/etc/default/dhcpcd
> -PIDFile=/run/dhcpcd.pid
> +PIDFile=/run/dhcpcd/pid
>  ExecStart=/sbin/dhcpcd $DAEMON_ARGS
>  Restart=always
>  
> -- 
> 2.37.2
> 
> _______________________________________________
> 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

  reply	other threads:[~2022-09-05 19:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-05  1:09 [Buildroot] [PATCH 1/1] package/dhcpcd: pid path fixed Konstantin Menyaev via buildroot
2022-09-05 19:06 ` Yann E. MORIN [this message]
2022-09-18  8:51 ` 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=20220905190636.GG1490660@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=KAMenyaev@sberdevices.ru \
    --cc=buildroot@buildroot.org \
    --cc=johns@msli.com \
    --cc=sdfw_system_team@sberdevices.ru \
    /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.