From 2577e2d04044253add5df0bf8dc3af01a7609c24 Mon Sep 17 00:00:00 2001 From: Hugo Doria Date: Wed, 27 May 2009 16:30:19 -0300 Subject: Remove a useless check of dmesg.log file Signed-off-by: Hugo Doria --- rc.sysinit | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 369f438..a30994f 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -412,11 +412,7 @@ if [ -f "/dev/.udev/tmp-rules--70-persistent-net.rules" ]; then stat_done fi -# Save our dmesg output from this boot -if [ -f /var/log/dmesg.log ]; then - /bin/rm /var/log/dmesg.log -fi -/bin/dmesg > /var/log/dmesg.log +/bin/dmesg >| /var/log/dmesg.log # End of file # vim: set ts=2 noet: -- cgit v1.2.3