[maemo-commits] [maemo-commits] r18262 - in projects/haf/trunk/osso-af-utils: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed May 6 15:46:41 EEST 2009
Author: schulhof
Date: 2009-05-06 15:46:28 +0300 (Wed, 06 May 2009)
New Revision: 18262

Modified:
   projects/haf/trunk/osso-af-utils/debian/changelog
   projects/haf/trunk/osso-af-utils/src/fb-progress.sh
Log:
fb-progress > /dev/null 2>&1 for a more silent boot

Modified: projects/haf/trunk/osso-af-utils/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/changelog	2009-05-06 12:30:47 UTC (rev 18261)
+++ projects/haf/trunk/osso-af-utils/debian/changelog	2009-05-06 12:46:28 UTC (rev 18262)
@@ -1,3 +1,9 @@
+osso-af-utils (2.1-1) unstable; urgency=low
+
+  * Remove console pollution via > /dev/null 2>&1
+
+ -- Gabriel Schulhof <kimmo.hamalainen at nokia.com>  Wed,  6 May 2009 15:41:12 +0300
+
 osso-af-utils (2.0-3) unstable; urgency=low
 
   * Get rid of postinst and postrm altogether

Modified: projects/haf/trunk/osso-af-utils/src/fb-progress.sh
===================================================================
--- projects/haf/trunk/osso-af-utils/src/fb-progress.sh	2009-05-06 12:30:47 UTC (rev 18261)
+++ projects/haf/trunk/osso-af-utils/src/fb-progress.sh	2009-05-06 12:46:28 UTC (rev 18262)
@@ -37,7 +37,7 @@
         if [ "x$BOOTREASON" != "xcharger" \
 	     -a ! -f /tmp/skip-fb-progress.tmp ]; then
         	echo "Starting: fb-progress"
-        	fb-progress -l $IMGDIR/$LOGO -g $IMGDIR/$BAR $SECS &
+        	fb-progress -l $IMGDIR/$LOGO -g $IMGDIR/$BAR $SECS > /dev/null 2>&1 &
         	echo "$!" > $PIDFILE
         	chmod 666 $PIDFILE
 	fi


More information about the maemo-commits mailing list