[Lunar-commits] r18595 - moonbase/trunk/utils/sysvinit/init.d
    Auke Kok 
    sofar at lunar-linux.org
       
    Wed Feb  8 21:57:45 UTC 2006
    
    
  
Author: sofar
Date: 2006-02-08 21:57:42 +0000 (Wed, 08 Feb 2006)
New Revision: 18595
Modified:
   moonbase/trunk/utils/sysvinit/init.d/bootmisc
Log:
Reduce console message dumps to level 4 - many other distributions even drop it to 3 but including level 4 sounds useful to me. This does not affect the level of messages that go to syslog.
Modified: moonbase/trunk/utils/sysvinit/init.d/bootmisc
===================================================================
--- moonbase/trunk/utils/sysvinit/init.d/bootmisc	2006-02-08 20:55:50 UTC (rev 18594)
+++ moonbase/trunk/utils/sysvinit/init.d/bootmisc	2006-02-08 21:57:42 UTC (rev 18595)
@@ -6,6 +6,7 @@
 case $1 in
   start)
     dmesg > /var/log/dmesg
+	dmesg -n4
     touch /var/run/utmp /var/run/wtmp
     [ ! -f /etc/LOCALE ] || . /etc/LOCALE
     [ ! -f /etc/keymap ] || loadkeys $(cat /etc/keymap)
    
    
More information about the Lunar-commits
mailing list