All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: Yi Zhao <yi.zhao@windriver.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-networking][PATCH] quagga: unify volatiles file name
Date: Mon, 2 Nov 2020 18:33:13 -0800	[thread overview]
Message-ID: <CAMKF1sqHR3_UK42eLMxQM2Ue_YHguAaCCHgY__1_9yG7rUMDGw@mail.gmail.com> (raw)
In-Reply-To: <ced6967d-c807-4352-1d0f-0e239aa2111f@windriver.com>

On Mon, Nov 2, 2020 at 6:31 PM Yi Zhao <yi.zhao@windriver.com> wrote:
>
>
> On 11/3/20 12:26 AM, Khem Raj wrote:
> > On Mon, Nov 2, 2020 at 1:13 AM Yi Zhao <yi.zhao@windriver.com> wrote:
> >> Make the volatiles file name starts with digital.
> > what does this get us ?
>
>
> Just want to make all volatiles file names uniform. I searched oe-core
> and meta-openembedded, only pulseaudio and quagga volatiles file names
> are not start with number value.
> $ ls /etc/default/volatiles
> 00_core  01_bootlogd  99_dbus  99_sshd  99_wpa_supplicant
> volatiles.03_quagga  volatiles.04_pulse

this will change the order of their execution, is the new order still
working without other side effects
>
> //Yi
>
>
> >
> >> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> >> ---
> >>   meta-networking/recipes-protocols/quagga/quagga.inc | 4 ++--
> >>   1 file changed, 2 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
> >> index 11b7d576a..6df72427b 100644
> >> --- a/meta-networking/recipes-protocols/quagga/quagga.inc
> >> +++ b/meta-networking/recipes-protocols/quagga/quagga.inc
> >> @@ -81,7 +81,7 @@ do_install () {
> >>       install -m 0644 ${WORKDIR}/watchquagga.default ${D}${sysconfdir}/default/watchquagga
> >>       install -m 0755 ${WORKDIR}/quagga.init ${D}${sysconfdir}/init.d/quagga
> >>       install -m 0755 ${WORKDIR}/watchquagga.init ${D}${sysconfdir}/init.d/watchquagga
> >> -    install -m 0644 ${WORKDIR}/volatiles.03_quagga  ${D}${sysconfdir}/default/volatiles/volatiles.03_quagga
> >> +    install -m 0644 ${WORKDIR}/volatiles.03_quagga  ${D}${sysconfdir}/default/volatiles/03_quagga
> >>
> >>       # Install sample configurations for the daemons
> >>       for f in bgpd vtysh isisd ospfd ripngd zebra ripd ospf6d; do
> >> @@ -106,7 +106,7 @@ do_install () {
> >>       sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}${sysconfdir}/init.d/*
> >>       sed -i 's!/usr/bin/!${bindir}/!g' ${D}${sysconfdir}/init.d/quagga
> >>       sed -i 's!/etc/!${sysconfdir}/!g' ${D}${sysconfdir}/init.d/* ${D}${sysconfdir}/default/watchquagga
> >> -    sed -i 's!/var/!${localstatedir}/!g' ${D}${sysconfdir}/init.d/* ${D}${sysconfdir}/default/volatiles/volatiles.03_quagga
> >> +    sed -i 's!/var/!${localstatedir}/!g' ${D}${sysconfdir}/init.d/* ${D}${sysconfdir}/default/volatiles/03_quagga
> >>       sed -i 's!^PATH=.*!PATH=${base_sbindir}:${sbindir}:${base_bindir}:${bindir}!' ${D}${sysconfdir}/init.d/*
> >>       sed -i 's!--with-libtool-sysroot=[^ "]*!!' ${D}${includedir}/quagga/version.h
> >>
> >> --
> >> 2.17.1
> >>
> >>
> >> 
> >>

  reply	other threads:[~2020-11-03  2:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02  9:13 [meta-networking][PATCH] quagga: unify volatiles file name Yi Zhao
2020-11-02 16:26 ` [oe] " Khem Raj
2020-11-03  2:31   ` Yi Zhao
2020-11-03  2:33     ` Khem Raj [this message]
2020-11-03  2:49       ` Yi Zhao
2020-11-03  4:32         ` Khem Raj

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=CAMKF1sqHR3_UK42eLMxQM2Ue_YHguAaCCHgY__1_9yG7rUMDGw@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=yi.zhao@windriver.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.