Bugzilla – Attachment 337956 Details for
Bug 566391
s2disk failed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
suspend-inhibit.patch - log that if suspend has been inhibited
suspend-inhibit.patch (text/plain), 554 bytes, created by
Elmar Stellnberger
on 2010-01-21 11:35:24 UTC
(
hide
)
Description:
suspend-inhibit.patch - log that if suspend has been inhibited
Filename:
MIME Type:
Creator:
Elmar Stellnberger
Created:
2010-01-21 11:35:24 UTC
Size:
554 bytes
patch
obsolete
>--- functions.orig 2010-01-21 12:20:19.303052139 +0100 >+++ functions 2010-01-21 12:26:26.232802031 +0100 >@@ -321,10 +321,15 @@ > > run_hooks "$1" "$2" > >- if [ ! -e "$INHIBIT" -a "$(type -t "do_$1")" == "function" ]; then >+ if [ -e "$INHIBIT" ]; then >+ echo $'\n################ suspend INHIBITED !! ################' >+ cat "$INHIBIT";echo; echo >+ else >+ if [ "$(type -t "do_$1")" == "function" ]; then > sync ; sync ; sync > "do_$1" > RET=$? >+ else echo "do_$1 not a funtion ###### BASH ERROR ######"; fi > fi > > run_hooks "$1" "$3" reverse
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 566391
:
333691
|
337616
| 337956