diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-07-05 12:22:46 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-07-05 12:22:46 -0300 |
commit | 9eaed362b4f527ada4f5f5ba1bf730d856b79fe2 (patch) | |
tree | a2f19e18c90e431d92a92a2349eb3d1f626fa647 /functions | |
parent | 56858ebfd0d3eaf56be2a5ac5f9766acaf7067c7 (diff) | |
parent | 267d36a1c80a69342d9dda264b4b60f656ea20cf (diff) |
Merge branch 'master' of git://projects.archlinux.org/initscripts
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -588,8 +588,6 @@ bootlogd_stop() { touch /var/log/boot 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][0-9]|%)G//g' -e 's/\^\[\[0;1//g' /var/log/boot } ############################### |