Re: [OE-core] [PATCH][resend][v2] dhcp: make dhclient to get configuration for other programs

2015-08-20 Thread Rongqing Li
On 2015年08月10日 10:09, Rongqing Li wrote: On 2015年07月27日 08:55, Rongqing Li wrote: ping -Roy ping -R Ping -Roy On 2015年07月17日 14:31, rongqing...@windriver.com wrote: From: Li Wang Make dhclient to run /etc/dhcp/dhclient.d/*.sh, and get the configuration for ntp, nis or other pr

Re: [OE-core] [PATCH][resend][v2] dhcp: make dhclient to get configuration for other programs

2015-08-09 Thread Rongqing Li
On 2015年07月27日 08:55, Rongqing Li wrote: ping -Roy ping -R On 2015年07月17日 14:31, rongqing...@windriver.com wrote: From: Li Wang Make dhclient to run /etc/dhcp/dhclient.d/*.sh, and get the configuration for ntp, nis or other programes These codes are from redhat rpm package. Signed-o

Re: [OE-core] [PATCH][resend][v2] dhcp: make dhclient to get configuration for other programs

2015-07-26 Thread Rongqing Li
ping -Roy On 2015年07月17日 14:31, rongqing...@windriver.com wrote: From: Li Wang Make dhclient to run /etc/dhcp/dhclient.d/*.sh, and get the configuration for ntp, nis or other programes These codes are from redhat rpm package. Signed-off-by: Li Wang Signed-off-by: Roy Li --- .../dhcp/dhc

[OE-core] [PATCH][resend][v2] dhcp: make dhclient to get configuration for other programs

2015-07-16 Thread rongqing.li
From: Li Wang Make dhclient to run /etc/dhcp/dhclient.d/*.sh, and get the configuration for ntp, nis or other programes These codes are from redhat rpm package. Signed-off-by: Li Wang Signed-off-by: Roy Li --- .../dhcp/dhcp/dhcp-add-exec-script-function.patch | 101 + me