Re: [Xen-devel] [PATCH for-4.7 1/2] init: drop GNU-isms for sleep command

2016-05-06 Thread Wei Liu
Ack + release ack and queued both patches ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH for-4.7 1/2] init: drop GNU-isms for sleep command

2016-05-05 Thread Andrew Cooper
On 05/05/16 21:18, Doug Goldstein wrote: > Most implementations of the sleep command only take integers. GNU > coreutils has a GNU extension to allow any floating point number to be > passed but we shouldn't depend on that. > > Signed-off-by: Doug Goldstein Reviewed-by: Andrew Cooper __

[Xen-devel] [PATCH for-4.7 1/2] init: drop GNU-isms for sleep command

2016-05-05 Thread Doug Goldstein
Most implementations of the sleep command only take integers. GNU coreutils has a GNU extension to allow any floating point number to be passed but we shouldn't depend on that. Signed-off-by: Doug Goldstein --- tools/hotplug/Linux/block-iscsi | 2 +- tools/hotplug/Linux/init.d/xenc