[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 1.1.1-18-gf99fbc3

Darren Salt linux at youmustbejoking.demon.co.uk
Fri Jul 17 16:12:07 UTC 2009


The following commit has been merged in the master branch:
commit f99fbc3b875a1b00eee1634ddf3eabef397ae891
Merge: e28dc65bf4c0ed2a2b34deca8c2d4056c290aa7c ff76e76819193d1851bfe0f6f21b143790282885
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Fri Jul 17 16:50:09 2009 +0100

    Merge commit 'ff76e768'

diff --combined debian/eeepc-acpi-scripts.init
index 3476fab,5998191..c064fe8
--- a/debian/eeepc-acpi-scripts.init
+++ b/debian/eeepc-acpi-scripts.init
@@@ -1,7 -1,7 +1,7 @@@
  #! /bin/sh -e
  ### BEGIN INIT INFO
  # Provides:          eeepc-acpi-scripts
 -# Required-Start:    udev mountkernfs
 +# Required-Start:    udev mountkernfs $remote_fs
  # Required-Stop:     
  # Default-Start:     S
  # Default-Stop:
@@@ -98,10 -98,10 +98,10 @@@ case "$1" i
  	    log_action_cont_msg '(manual)'
  	elif [ "$(cat /sys/class/power_supply/AC0/online 2>/dev/null)" = 0 ]; then
  	    log_action_cont_msg '(battery)'
- 	    [ "${PWR_CLOCK_BATTERY:+x}" ] && set_shengine "$PWR_CLOCK_BATTERY" || :
+ 	    set_shengine "${PWR_CLOCK_BATTERY:-$(($SHENGINE_LIMIT - 1))}" || :
  	else
  	    log_action_cont_msg '(AC)'
- 	    [ "${PWR_CLOCK_AC:+x}" ] && set_shengine "$PWR_CLOCK_AC" || :
+ 	    set_shengine "${PWR_CLOCK_AC:-0}" || :
  	fi
  	log_action_end_msg $?
      fi

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list