Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- apm
- 22 Treffer, Zuletzt geändert:
- pi/lidbtn.sh
You should see
<code>
#!/bin/sh
LID_STATE=`cat /proc/acpi/button/lid/LID/state | awk '{print $2 }'`
if [ $LID_STATE = "closed" ... n/fastshutdown.sh" as below
<code>
#!/bin/sh
LID_STATE=`cat /proc/acpi/button/lid/LID/state | awk '{print $2 }'`
if [ $LID_STATE = "closed" ... idbtn.sh to look like this:
<code>
#!/bin/sh
LID_STATE=`cat /proc/acpi/button/lid/LID/state | awk '{print $2 }'`
PWR_STATE=`cat /proc/acpi/ac_adapter/AC0/state | awk '{print $2 }'`
if [ $LID_STATE = "closed" ] ; then
if [ $P