summaryrefslogtreecommitdiff
path: root/sys-power/pm-utils/files/1.4.1-run-hook-logging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/pm-utils/files/1.4.1-run-hook-logging.patch')
-rw-r--r--sys-power/pm-utils/files/1.4.1-run-hook-logging.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-power/pm-utils/files/1.4.1-run-hook-logging.patch b/sys-power/pm-utils/files/1.4.1-run-hook-logging.patch
new file mode 100644
index 000000000000..19ac4064d791
--- /dev/null
+++ b/sys-power/pm-utils/files/1.4.1-run-hook-logging.patch
@@ -0,0 +1,17 @@
+Description: In suspend log, put empty line after running the hook, not in between.
+Author: Dominique Brazziel <dbrazziel@snet.net>
+Bug-Debian: http://bugs.debian.org/661168
+
+--- pm/pm-functions.in
++++ pm/pm-functions.in
+@@ -199,9 +199,9 @@
+ hook_ok "$1" && "$@"
+ # log() changes the return value, so save it for later
+ local status=$?
+- log ""
+ log -n "$*: "
+ hook_exit_status $status && LAST_HOOK="${1##*/}" || inhibit
++ log ""
+ }
+
+ if profiling; then