Changeset 489

Show
Ignore:
Timestamp:
08/31/2009 06:39:07 PM (3 months ago)
Author:
mario.izquierdo
Message:

max-hardware (5.0.max5)

  • Fix init scripts typos
Location:
trunk/max-hardware/debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/max-hardware/debian/changelog

    r487 r489  
     1max-hardware (5.0.max5) max; urgency=low 
     2 
     3  * Fix init scripts typos 
     4 
     5 -- Mario Izquierdo Rodríguez (Thinetic Systems SLNE) <mario.izquierdo@thinetic.es>  Fri, 24 Jul 2009 14:02:52 +0200 
     6 
    17max-hardware (5.0.max4) max; urgency=low 
    28 
  • trunk/max-hardware/debian/max-hardware.init

    r487 r489  
    1818 
    1919     # save model in /var/lib/max-hardware/model 
    20      echo "$TOSH_MODEL/tmp/toshiba-rotate-$(id -u)" > /var/lib/max-hardware/model 
     20     echo "$TOSH_MODEL" > /var/lib/max-hardware/model 
    2121 
    2222     mkdir -p /dev/input/ 
     
    3939  if [ "$(lsusb  |grep -c '1bfd:1688')" = "1" ]; then 
    4040    # input device detected 
    41     if [ "$(grep -c '#EeePC' /etc/X11/xorg.conf 2>&1" = "0" ]; then 
     41    if [ "$(grep -c '#EeePC' /etc/X11/xorg.conf 2>&1)" = "0" ]; then 
    4242      # overwrite xorg.conf 
    4343      cat /usr/share/max-hardware/EeePC/xorg.conf > /etc/X11/xorg.conf 
     
    5050case "$1" in 
    5151start)   
    52         log_begin_msg "Starting Max50 hardware hacks" "max-hardware" 
     52        log_begin_msg "Starting Max50 hardware hacks" 
    5353          enable_toshiba 
    5454          enable_eeepc