diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-03-01 18:28:47 -0600 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-03-01 18:28:47 -0600 |
commit | 369ac121377c6e840a3295eeeb84e96104f9fe1f (patch) | |
tree | c59febe0234396111d27d38d26b3e8a55d5f7dec /pm/sleep.d/00logging | |
parent | 9343bda51f8feff514b2bd0430c6435ee7466148 (diff) |
We were not handing the suspend_hybrid case correctly this whole time.
Shame on me for not spotting this earlier.
Diffstat (limited to 'pm/sleep.d/00logging')
-rwxr-xr-x | pm/sleep.d/00logging | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/00logging b/pm/sleep.d/00logging index 7990a50..fd2a9a8 100755 --- a/pm/sleep.d/00logging +++ b/pm/sleep.d/00logging @@ -3,7 +3,7 @@ . "${PM_FUNCTIONS}" case "$1" in - hibernate|suspend) + hibernate|suspend*) [ -n "$PM_LOGFILE" ] || exit 0 /bin/uname -a lsmod |