rc-scripts/trunk/rc.d/rc
    baggins 
    cvs at pld-linux.org
       
    Tue Oct 25 18:46:42 CEST 2005
    
    
  
Author: baggins
Date: Tue Oct 25 18:46:40 2005
New Revision: 6484
Modified:
   rc-scripts/trunk/rc.d/rc
Log:
- all stty's stderr belongs to /dev/null
Modified: rc-scripts/trunk/rc.d/rc
==============================================================================
--- rc-scripts/trunk/rc.d/rc	(original)
+++ rc-scripts/trunk/rc.d/rc	Tue Oct 25 18:46:40 2005
@@ -21,7 +21,7 @@
 
 # Get terminal size of standard input of the system console
 [ -z "$CONSOLE" ] && CONSOLE=/dev/console
-set -- $(stty size < $CONSOLE)
+set -- $(stty size < $CONSOLE 2>/dev/null)
   LINES=$1
 COLUMNS=$2
 export LINES COLUMNS CONSOLE
    
    
More information about the pld-cvs-commit
mailing list