<p>Thanks!</p>
<div class="gmail_quote">On Jun 29, 2012 4:15 PM, "Florian Pritz" <<a href="mailto:bluewind@xinu.at">bluewind@xinu.at</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
bootlogd from our sysvinit package now removes all escape codes directly so<br>
this (incomplete) sed call is no longer needed.<br>
<br>
Signed-off-by: Florian Pritz <<a href="mailto:bluewind@xinu.at">bluewind@xinu.at</a>><br>
---<br>
 functions | 2 --<br>
 1 file changed, 2 deletions(-)<br>
<br>
diff --git a/functions b/functions<br>
index 000cd60..16f8d8f 100644<br>
--- a/functions<br>
+++ b/functions<br>
@@ -588,8 +588,6 @@ bootlogd_stop() {<br>
        touch /var/log/boot<br>
        kill $(< /run/bootlogd.pid)<br>
        rm -f /run/bootlogd.pid<br>
-       sed -i -r -e 's/\^\[\[[0-9]?;?[0-9]?[0-9]?;?[0-9]?[0-9]?[ms]//g' \<br>
-                 -e 's/\^\[(\[1?[0-9][0-9]|%)G//g' -e 's/\^\[\[0;1//g'  /var/log/boot<br>
 }<br>
<br>
 ###############################<br>
--<br>
1.7.11.1<br>
</blockquote></div>