Re: [OE-core] [PATCH v2 2/3] nfs-utils: Identify CONFFILES

2015-03-10 Thread Rob Woolley
? Regards, Rob On 03/10/2015 12:05 PM, Burton, Ross wrote: On 9 March 2015 at 23:52, Rob Woolley rob.wool...@windriver.com mailto:rob.wool...@windriver.com wrote: +CONFFILES_${PN}-client += ${localstatedir}/lib/nfs/etab \ + ${localstatedir}/lib/nfs/rmtab

Re: [OE-core] [PATCH v2 0/3] Identify existing configuration files

2015-03-10 Thread Rob Woolley
Hi Ross, Sure thing. I applied them to a fresh clone of openembedded-core.git and pushed it to the conffiles branch on github: https://github.com/rcwoolley/openembedded-core/tree/conffiles Regards, Rob On 03/10/2015 09:51 AM, Burton, Ross wrote: Hi Rob, On 9 March 2015 at 23:52, Rob

[OE-core] [PATCH v2 0/3] Identify existing configuration files

2015-03-09 Thread Rob Woolley
by omission. Signed-off-by: Rob Woolley rob.wool...@windriver.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH v2 2/3] nfs-utils: Identify CONFFILES

2015-03-09 Thread Rob Woolley
Some package formats explicitly track which files are configuration files so that they are not overwritten on updates. We must use an explicit list instead of a wildcard as nfs-utils-client provides files under ${localstatedir}/lib/nfs that are not configuration files. Signed-off by: Rob Woolley

[OE-core] [PATCH v2 3/3] logrotate: Identify CONFFILES

2015-03-09 Thread Rob Woolley
Some package formats explicitly track which files are configuration files so that they are not overwritten on updates. We must use an explicit list instead of a wildcard as logrotate also provides files under ${sysconfdir} that are not configuration files. Signed-off by: Rob Woolley rob.wool

[OE-core] [PATCH v2 1/3] nfs-utils: Install nfsmount.conf

2015-03-09 Thread Rob Woolley
provide the manpage for it in nfs-utils-doc. Signed-off by: Rob Woolley rob.wool...@windriver.com diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb index e4655d9..1439063 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs

[OE-core] [PATCH 1/2] nfs-utils: Identify CONFFILES

2015-03-03 Thread Rob Woolley
Some package formats explicitly track which files are configuration files so that they are not overwritten on updates. Explicitly list the configuration files. Signed-off by: Rob Woolley rob.wool...@windriver.com --- meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb +++ meta/recipes

[OE-core] [PATCH 0/2] Identify existing configuration files

2015-03-03 Thread Rob Woolley
-by: Rob Woolley rob.wool...@windriver.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH 2/2] logrotate: Identify CONFFILES

2015-03-03 Thread Rob Woolley
Some package formats explicitly track which files are configuration files so that they are not overwritten on updates. Explicitly list the configuration files. Signed-off by: Rob Woolley rob.wool...@windriver.com --- meta/recipes-extended/logrotate/logrotate_3.8.8.bb +++ meta/recipes-extended

Re: [OE-core] [PATCH] dhcp-client: Ignore partial checksums

2015-02-11 Thread Rob Woolley
Hi Hongxu, Do you have any feedback on this patch? Are there any changes you would like me to make? Regards, Rob On 02/05/2015 09:56 PM, Rob Woolley wrote: Hi Hongxu, Have you had a chance to review this patch? Do you have any questions about it? Regards, Rob On Fri, Jan 30, 2015

Re: [OE-core] [PATCH] dhcp-client: Ignore partial checksums

2015-02-05 Thread Rob Woolley
Hi Hongxu, Have you had a chance to review this patch? Do you have any questions about it? Regards, Rob On Fri, Jan 30, 2015 at 04:55:09PM -0500, Rob Woolley wrote: dhclient will fail to get an IP address if run inside a guest when traffic is flowing over a virtual network interface

[OE-core] [PATCH] dhcp-client: Ignore partial checksums

2015-01-30 Thread Rob Woolley
-by: Rob Woolley rob.wool...@windriver.com +-- + common/bpf.c |2 - + common/dlpi.c|2 - + common/lpf.c | 83 +-- + common/nit.c |2 - + common/packet.c |4 +- + common/upf.c |2 - + includes/dhcpd.h |2 - + 7