Dear list,
Am Dienstag, den 16.09.2008, 23:36 +0100 schrieb Phil Endecott: > Phil Endecott wrote: > > # Ignore lid-open events > > case `cat /proc/acpi/button/lid/LID/state` in > > open) exit 0 ;; > > close) ;; > > *) # exit with a warning message maybe? > > esac > > D'oh. Except that's actually the wrong version. The content of the > file says "state: open" or "state: closed". > > # Ignore lid-open events > case `cat /proc/acpi/button/lid/LID/state` in > *open) exit 0 ;; > *close) ;; So do you mean s/close/closed/ in the line above? I did not see a difference in the code between the two posts. > *) # exit with a warning message maybe? > esac Thanks, Paul
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
