Thanks for your polite answer.
I am sorry that oe.net was down when you read this mail, but I just checked
the previous patch that were reviewed on this list, and sent a mail in the
same style.
Below is the commit in my git repo. Hopefully, someone on this list
will care to look at it.
/Esben
commit a94af54b7bf07e81b22dc9d898bda9091a6ce516
Author: Esben Haabendal <[EMAIL PROTECTED]>
Date: Wed Aug 6 16:16:01 2008 +0200
dhcp: add /var/lib/dhcp/ to FILES_dhcp-client
diff --git a/packages/dhcp/dhcp_3.0.2.bb b/packages/dhcp/dhcp_3.0.2.bb
index 851ae5c..6b0f9de 100644
--- a/packages/dhcp/dhcp_3.0.2.bb
+++ b/packages/dhcp/dhcp_3.0.2.bb
@@ -2,7 +2,7 @@ SECTION = "console/network"
DESCRIPTION = "Internet Software Consortium DHCP package"
HOMEPAGE = "http://www.isc.org/"
LICENSE = "BSD"
-PR = "r5"
+PR = "r6"
SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-${PV}.tar.gz \
file://noattrmode.patch;patch=1 \
file://fixincludes.patch;patch=1 \
@@ -34,6 +34,7 @@ do_install() {
install -m 0644 ${WORKDIR}/default-server ${D}${sysconfdir}/default/dhcp
install -m 0644 ${WORKDIR}/dhclient.conf ${D}${sysconfdir}/dhcp/dhclient
install -m 0644 ${WORKDIR}/dhcpd.conf ${D}${sysconfdir}/dhcp/dhcpd.conf
+ install -d ${D}/var/lib/dhcp
}
PACKAGES += "dhcp-server dhcp-client dhcp-relay dhcp-omshell"
@@ -41,7 +42,7 @@ FILES_${PN} = ""
FILES_dhcp-server = "${sbindir}/dhcpd ${sysconfdir}/init.d/dhcp-server ${syscon
FILES_dhcp-relay = "${sbindir}/dhcrelay ${sysconfdir}/init.d/dhcp-relay ${sysco
-FILES_dhcp-client = "${base_sbindir}/dhclient ${base_sbindir}/dhclient-script $
+FILES_dhcp-client = "${base_sbindir}/dhclient ${base_sbindir}/dhclient-script $
RDEPENDS_dhcp-client = "bash"
FILES_dhcp-omshell = "${bindir}/omshell"
On Thu, Aug 7, 2008 at 8:51 PM, Koen Kooi <[EMAIL PROTECTED]> wrote:
>
> Op 6 aug 2008, om 16:06 heeft Esben Haabendal het volgende geschreven:
>
>> Hi there
>>
>> http://bugs.openembedded.net/show_bug.cgi?id=4491
>>
>> Running dhclient without having dhcp-server or dhcp-relay started,
>> as there is no /var/lib/dhcp/ directory, which is needed for the
>> /var/lib/dhcp/dhclient.leases file.
>>
>> The patch attached to the bug report just adds the /var/lib/dhcp
>> to FILES_dhcp-client, as I believe a more intrusive change with
>> adding a script to create it at run-time (as is done for dhcp-server
>> and dhcp-relay), would add more changes to stable than needed.
>
> Hi, thanks for illustrating that linking to patches is useless, especially
> when the link is unreachable. Please attach your patch if you want it
> reviewed.
>
> regards,
>
> Koen
>
>
>
>>
>>
>> Best regards,
>> Esben
>>
>> _______________________________________________
>> Openembedded-stablebranch mailing list
>> [email protected]
>>
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch
>>
>
>
> _______________________________________________
> Openembedded-stablebranch mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch
>
>
_______________________________________________
Openembedded-stablebranch mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch