Update of /cvsroot/freevo/freevo/boot
In directory sc8-pr-cvs1:/tmp/cvs-serv32375

Modified Files:
        freevo 
Log Message:
Some minor convenience changes I've been using; the sysctl one is especially
beneficial for mplayer and tvtime.


Index: freevo
===================================================================
RCS file: /cvsroot/freevo/freevo/boot/freevo,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** freevo      14 Feb 2003 04:22:11 -0000      1.14
--- freevo      12 Jul 2003 20:29:54 -0000      1.15
***************
*** 20,25 ****
--- 20,29 ----
  case "$1" in
    start)
+         echo -n "Setting up RTC: "
+         sysctl -w dev.rtc.max-user-freq=1024 > /dev/null
+         echo "sysctl."
        echo -n "Starting $DESC: "
        export SDL_NOKEYBOARD=true
+         export SDL_NOMOUSE=true
        export SDL_VIDEODRIVER=fbcon
        (cd /tmp && $DAEMON >> $FREEVO_LOG 2>&1 &)
***************
*** 39,42 ****
--- 43,49 ----
        $VTRELEASE
        echo "vtrelease"
+         echo -n "Hard kill to be sure: "
+         ps aux | grep python | grep main.py | awk '{ print "kill -9 " $2 }' | sh
+         echo "kill."
        ;;
    #reload)




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to