diff options
author | Tom Gundersen <teg@jklm.no> | 2011-08-20 13:43:51 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-08-20 13:44:49 +0200 |
commit | abd2fa8211a58761782c0b396f8e9c9d8a516abc (patch) | |
tree | a01172532cd98e839875aef680f69c94af31886c /functions | |
parent | d4723155ff86d49d1e98e05d04d20fd058340704 (diff) |
Clean up more ANSI codes from /var/log/boot (close FS#25682)
Signed-off-by: Eric BĂ©langer <snowmaniscool@gmail.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } ############################### |