From: Saul Wold <sgw@linux.intel.com>
To: Jonathan Liu <net147@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] resolvconf: remove /var/volatile/run/resolvconf/interface from package
Date: Thu, 23 May 2013 12:09:06 -0700 [thread overview]
Message-ID: <519E6952.1020406@linux.intel.com> (raw)
In-Reply-To: <1369281778-8031-1-git-send-email-net147@gmail.com>
On 05/22/2013 09:02 PM, Jonathan Liu wrote:
> resolvconf uses /etc/resolvconf/run/interface instead of
> /var/volatile/run/resolvconf/interface.
>
resolvconf uses /etc/resolvconf/run, but it really should be a link to
/run/resolvconf/, with the interfaces created there.
I don't thing keeping it in /etc/resolvconf will work for read-only FS
Sau!
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
> meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb
> index d342a6e..5bbe0b5 100644
> --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb
> +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb
> @@ -23,7 +23,7 @@ do_compile () {
> }
>
> do_install () {
> - install -d ${D}${sysconfdir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface
> + install -d ${D}${sysconfdir} ${D}${base_sbindir}
> install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
> cp -pPR etc/* ${D}${sysconfdir}/
> chown -R root:root ${D}${sysconfdir}/
>
prev parent reply other threads:[~2013-05-23 19:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-23 4:02 [PATCH] resolvconf: remove /var/volatile/run/resolvconf/interface from package Jonathan Liu
2013-05-23 19:09 ` Saul Wold [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=519E6952.1020406@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=net147@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/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.