Is there anythins about resume?

Luna Luan luanying at huawei.com
Thu Sep 10 02:01:30 PDT 2009



Dear guys:

i've added a hook in /etc/pm/sleep.d/ which is as followed:
then i make the pc hibernate and wake up
question is:
in the "/root/Desktop/" i got only "hibernate.txt" and "thaw.txt"
why can't i got the "resume.txt"
what's the difference between "thaw" and "resume"

any instructions would be much appreciate

Br

Luna


--------------------------------------------------------
#!/bin/bash
case $1 in
    hibernate)
        touch /root/Desktop/hibernate.txt
        ;;
    suspend)
        touch /root/Desktop/suspend.txt
        ;;
    thaw)
        touch /root/Desktop/thaw.txt
        ;;
    resume)
        touch /root/Desktop/resume.txt
        ;;
    *)  touch /root/Desktop/nothing.txt
        ;;
esac
--------------------------------------------------------
-- 
View this message in context: http://www.nabble.com/Is-there-anythins-about-resume--tp25375659p25379742.html
Sent from the Free Desktop - hal mailing list archive at Nabble.com.



More information about the hal mailing list