summaryrefslogtreecommitdiff
path: root/pm/module.d
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-02-09 15:47:04 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-02-09 15:47:04 -0600
commit314d2025e30c71e9bdb482191527378ec56ab7b0 (patch)
tree9b63d0eaa011559fc3d8ce994db224a23b28315c /pm/module.d
parent6cbca38eb26a5b1a356abe3e0da106e0124f213d (diff)
Merge branch 'vlowther-simpler-hooks' into vlowther-security-audit
Conflicts: pm/HOWTO.hooks pm/functions.in pm/sleep.d/Makefile.am
Diffstat (limited to 'pm/module.d')
-rw-r--r--pm/module.d/tuxonice8
1 files changed, 5 insertions, 3 deletions
diff --git a/pm/module.d/tuxonice b/pm/module.d/tuxonice
index fb3a999..cc0f08c 100644
--- a/pm/module.d/tuxonice
+++ b/pm/module.d/tuxonice
@@ -1,7 +1,9 @@
export TUXONICE_LOC
-#TODO tuxonice supports all sorts of knobs to twiddle.
-# Since this is just a skeleton, it does not provide
-# a mechanism for twiddling those knobs.
+#TODO tuxonice supports all sorts of knobs to twiddle. Since this is just a
+# skeleton, it does not provide a mechanism for twiddling those knobs.
+# If you are an expert tuxonice knob twiddler, you can write a hook to do
+# the twiddling for now.
+
# more locations might be nice
for loc in "/sys/power/tuxonice" "/sys/power/suspend2"; do
[ -d "${loc}" ] && { TUXONICE_LOC="${loc}"; break; }