From abd2fa8211a58761782c0b396f8e9c9d8a516abc Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 20 Aug 2011 13:43:51 +0200 Subject: Clean up more ANSI codes from /var/log/boot (close FS#25682) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric BĂ©langer Signed-off-by: Tom Gundersen --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions b/functions index 7beffb3..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/\^\[(\[1[0-9]1|%)G//g' /var/log/boot + -e 's/\^\[(\[1[0-9]1|%)G//g' -e 's/\^\[\[0;1//g' /var/log/boot } ############################### -- cgit v1.2.3