Author: arekm
Date: Wed Jan  9 09:48:49 2013
New Revision: 12613

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
Store raw dmesg format, so few dmesg features can be used (like -T) when 
reading from this file.

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit    (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit    Wed Jan  9 09:48:49 2013
@@ -1000,7 +1000,7 @@
 
        # Now that we have all of our basic modules loaded and the kernel going,
        # let's dump the syslog ring somewhere so we can find it later
-       dmesg > /var/log/dmesg
+       dmesg --raw > /var/log/dmesg
        i=5
        while [ $i -ge 0 ]; do
                if [ -f /var/log/dmesg.$i ]; then
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to