From 2e8927b408bfe96a4b38cd5574d8571fe025b0f7 Mon Sep 17 00:00:00 2001 From: Hugo Doria Date: Wed, 27 May 2009 16:30:19 -0300 Subject: [PATCH] Remove a useless check of dmesg.log file Signed-off-by: Hugo Doria --- rc.sysinit | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) 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: -- 1.6.3.1