Update of /cvsroot/freevo/freevo/contrib/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv17624

Modified Files:
        init.d 
Log Message:
If you don't have a mouse attached, you need to export SDL_NOMOUSE=true
on Freevo startup. To do this (until I put it into debconf) add a this
line to the boot_config file in /etc/freevo/

NOMOUSE=true


Index: init.d
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/debian/init.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** init.d      25 Oct 2003 14:44:02 -0000      1.1
--- init.d      15 Nov 2003 15:49:56 -0000      1.2
***************
*** 16,19 ****
--- 16,24 ----
  set -e
  
+ [ "${NOMOUSE}" = "true" ] && {
+     export SDL_NOMOUSE=true
+ }
+ 
+ 
  case "$1" in
    start)




-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to