summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-06-27 23:34:48 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-06-27 23:34:48 -0500
commitd3223855cbb91c01776aca2d4196b79f73afd7ae (patch)
tree6600b874883c3cea225213b4d270451d8b9b016e
parent1167ff73476bb7e17507f12b0d9a2460957a8952 (diff)
Make uswsusp work with the reordered hooks.
00clear -> 90chvt and all that.
-rwxr-xr-xpm/module.d/uswsusp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/module.d/uswsusp b/pm/module.d/uswsusp
index c89f31b..4647824 100755
--- a/pm/module.d/uswsusp
+++ b/pm/module.d/uswsusp
@@ -3,7 +3,7 @@
# disable processing of 99video
before_hooks()
{
- disablehook 00clear "disabled by uswsusp"
+ disablehook 90chvt "disabled by uswsusp"
disablehook 99video "disabled by uswsusp"
}