public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] resolvconf: remove /var/volatile/run/resolvconf/interface from package
@ 2013-05-23  4:02 Jonathan Liu
  2013-05-23 19:09 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2013-05-23  4:02 UTC (permalink / raw)
  To: openembedded-core

resolvconf uses /etc/resolvconf/run/interface instead of
/var/volatile/run/resolvconf/interface.

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}/
-- 
1.8.2.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] resolvconf: remove /var/volatile/run/resolvconf/interface from package
  2013-05-23  4:02 [PATCH] resolvconf: remove /var/volatile/run/resolvconf/interface from package Jonathan Liu
@ 2013-05-23 19:09 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-05-23 19:09 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: openembedded-core

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}/
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-23 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox