aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-08-20 13:43:51 +0200
committerTom Gundersen <teg@jklm.no>2011-08-20 13:44:49 +0200
commitabd2fa8211a58761782c0b396f8e9c9d8a516abc (patch)
treea01172532cd98e839875aef680f69c94af31886c /functions
parentd4723155ff86d49d1e98e05d04d20fd058340704 (diff)
downloadinitscripts-abd2fa8211a58761782c0b396f8e9c9d8a516abc.tar.xz
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--functions2
1 files changed, 1 insertions, 1 deletions
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
}
###############################