[arch-projects] [PATCH] Clean up more ANSI codes from /var/log/boot (close FS#25682)
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> --- functions | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/functions b/functions index bd05fa8..f68c088 100644 --- a/functions +++ b/functions @@ -435,7 +435,7 @@ bootlogd_stop() { kill $(< /run/bootlogd.pid) rm -f /run/bootlogd.pid sed -i -r -e 's/\^\[\[[0-9]?;?[0-9]?[0-9]?;?[0-9]?[0-9]?[ms]//g' \ - -e 's/\^\[(\[151|%)G//g' /var/log/boot + -e 's/\^\[(\[1[0-9]1|%)G//g' -e 's/\^\[\[0;1//g' /var/log/boot } ############################### -- 1.7.6
Thanks! I already commited this based on your comment in the bug reported (just forgot to push). Should be out there now. -t On Sat, Aug 20, 2011 at 1:02 PM, Eric Bélanger <snowmaniscool@gmail.com> wrote:
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> --- functions | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/functions b/functions index bd05fa8..f68c088 100644 --- a/functions +++ b/functions @@ -435,7 +435,7 @@ bootlogd_stop() { kill $(< /run/bootlogd.pid) rm -f /run/bootlogd.pid sed -i -r -e 's/\^\[\[[0-9]?;?[0-9]?[0-9]?;?[0-9]?[0-9]?[ms]//g' \ - -e 's/\^\[(\[151|%)G//g' /var/log/boot + -e 's/\^\[(\[1[0-9]1|%)G//g' -e 's/\^\[\[0;1//g' /var/log/boot }
############################### -- 1.7.6
On Sat, Aug 20, 2011 at 7:16 AM, Tom Gundersen <teg@jklm.no> wrote:
Thanks! I already commited this based on your comment in the bug reported (just forgot to push). Should be out there now.
-t
Your fix is incomplete. It's missing the -e 's/\^\[\[0;1//g' part. BTW, why did you added me to the assignees if you had the intention of doing the patch?
On Sat, Aug 20, 2011 at 1:02 PM, Eric Bélanger <snowmaniscool@gmail.com> wrote:
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> --- functions | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/functions b/functions index bd05fa8..f68c088 100644 --- a/functions +++ b/functions @@ -435,7 +435,7 @@ bootlogd_stop() { kill $(< /run/bootlogd.pid) rm -f /run/bootlogd.pid sed -i -r -e 's/\^\[\[[0-9]?;?[0-9]?[0-9]?;?[0-9]?[0-9]?[ms]//g' \ - -e 's/\^\[(\[151|%)G//g' /var/log/boot + -e 's/\^\[(\[1[0-9]1|%)G//g' -e 's/\^\[\[0;1//g' /var/log/boot }
############################### -- 1.7.6
On Sat, Aug 20, 2011 at 1:26 PM, Eric Bélanger <snowmaniscool@gmail.com> wrote:
On Sat, Aug 20, 2011 at 7:16 AM, Tom Gundersen <teg@jklm.no> wrote:
Thanks! I already commited this based on your comment in the bug reported (just forgot to push). Should be out there now.
-t
Your fix is incomplete. It's missing the -e 's/\^\[\[0;1//g' part.
Thanks, added. Didn't notice that your patch was different from your comment.
BTW, why did you added me to the assignees if you had the intention of doing the patch?
Sorry about that, hadn't seen that you had commented, so added you so you would see the report. -t
On Sat, Aug 20, 2011 at 6:49 AM, Tom Gundersen <teg@jklm.no> wrote:
On Sat, Aug 20, 2011 at 1:26 PM, Eric Bélanger <snowmaniscool@gmail.com> wrote:
BTW, why did you added me to the assignees if you had the intention of doing the patch?
Sorry about that, hadn't seen that you had commented, so added you so you would see the report.
Notifications tab -> Add user to this list
participants (3)
-
Dan McGee
-
Eric Bélanger
-
Tom Gundersen