Bug#718898: cut no longer works with newline as delimiter

2013-08-09 Thread Bob Proulx
Ian Campbell wrote: Any chance you could send this patch to the upstream xen-de...@lists.xen.org mailing list with a Signed-off-by line to indicate acceptance of the DCO Done. Sent to the mailing list. Bob -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#718898: [Pkg-xen-devel] Bug#718898: cut no longer works with newline as delimiter

2013-08-08 Thread Ian Campbell
On Wed, 2013-08-07 at 22:55 -0600, Bob Proulx wrote: Bob Proulx wrote: Here is a patch that I believe should fix the problem. I will also attach it so that there won't be any mailer problems with the transport of it. And I broke it in the editing of it. Drat! + bridge=$(brctl show

Bug#718898: [Pkg-xen-devel] Bug#718898: cut no longer works with newline as delimiter

2013-08-08 Thread Bob Proulx
Ian Campbell wrote: Hi Bob, Any chance you could send this patch to the upstream xen-de...@lists.xen.org mailing list with a Signed-off-by line to indicate acceptance of the DCO http://wiki.xen.org/wiki/Submitting_Xen_Patches#Signing_off_a_patch. Sure. Happy to do it. I will get to it

Bug#718898: cut no longer works with newline as delimiter

2013-08-07 Thread Bob Proulx
Pádraig Brady wrote: Bob Proulx wrote: Was this change intentional or accidental? Intentional. The change in question, to treat each line independently was: http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=51ce0bf8 to address: http://bugs.gnu.org/13498 Thanks for the details.

Bug#718898: cut no longer works with newline as delimiter

2013-08-07 Thread Bob Proulx
severity 718898 important reassign 718898 xen-utils-common thanks The behavior of the upstream GNU cut has changed. It is no longer allows the usage of cutting lines as fields by setting a newline as the delimiter. This has broken /etc/xen/scripts/vif-bridge which uses it in this way. This was

Bug#718898: cut no longer works with newline as delimiter

2013-08-07 Thread Michael Stone
On Wed, Aug 07, 2013 at 08:09:59PM -0600, Bob Proulx wrote: The behavior of the upstream GNU cut has changed. It is no longer allows the usage of cutting lines as fields by setting a newline as the delimiter. This has broken /etc/xen/scripts/vif-bridge which uses it in this way. This was

Bug#718898: cut no longer works with newline as delimiter

2013-08-07 Thread Bob Proulx
Bob Proulx wrote: Here is a patch that I believe should fix the problem. I will also attach it so that there won't be any mailer problems with the transport of it. And I broke it in the editing of it. Drat! + bridge=$(brctl show | | awk 'NR==2{print$1}') Which is obviously incorrect.

Bug#718898: cut no longer works with newline as delimiter

2013-08-06 Thread Bob Proulx
Volker Klasen opened a bug in the Debian bug tracker concerning a change in behavior in cut. I have CC'd the bug on this message. I have manually set an appropriate Reply-To header. http://bugs.debian.org/718898 There has been a lot of improvements made to cut. But the issue is this one.

Bug#718898: cut no longer works with newline as delimiter

2013-08-06 Thread Pádraig Brady
On 08/06/2013 08:32 PM, Bob Proulx wrote: Volker Klasen opened a bug in the Debian bug tracker concerning a change in behavior in cut. I have CC'd the bug on this message. I have manually set an appropriate Reply-To header. http://bugs.debian.org/718898 There has been a lot of