[haiku-commits] r36802 - haiku/trunk/data/system/boot

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 13 May 2010 13:10:33 +0200 (CEST)

Author: stippi
Date: 2010-05-13 13:10:33 +0200 (Thu, 13 May 2010)
New Revision: 36802
Changeset: http://dev.haiku-os.org/changeset/36802/haiku

Modified:
   haiku/trunk/data/system/boot/Bootscript
Log:
Install NetworkStatus and volume control into the Deskbar alongside the
ProcessController replicant.


Modified: haiku/trunk/data/system/boot/Bootscript
===================================================================
--- haiku/trunk/data/system/boot/Bootscript     2010-05-13 11:02:54 UTC (rev 
36801)
+++ haiku/trunk/data/system/boot/Bootscript     2010-05-13 11:10:33 UTC (rev 
36802)
@@ -138,8 +138,10 @@
        launch system/Tracker
        launch system/Deskbar
 
-       # install ProcessController in the deskbar
-       (sleep 7; /boot/system/apps/ProcessController -deskbar) &
+       # install ProcessController, NetworkStatus & volume control in the 
Deskbar
+       (sleep 7; /boot/system/apps/ProcessController -deskbar; \
+                NetworkStatus --deskbar; \
+               /bin/desklink --add-volume) &
 fi
 
 if [ "$SAFEMODE" != "yes" ]; then


Other related posts: