summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-02-09 15:58:34 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-02-09 15:58:34 -0600
commit3c1b3c0de9685ca3430d8a4b9409958254fe0c65 (patch)
tree1c0738b062d82261752244678b740042fdb5ed29 /pm
parent314d2025e30c71e9bdb482191527378ec56ab7b0 (diff)
Revert "Merge branch 'vlowther-simpler-hooks' into vlowther-security-audit"
Diffstat (limited to 'pm')
-rw-r--r--pm/module.d/tuxonice8
1 files changed, 3 insertions, 5 deletions
diff --git a/pm/module.d/tuxonice b/pm/module.d/tuxonice
index cc0f08c..fb3a999 100644
--- a/pm/module.d/tuxonice
+++ b/pm/module.d/tuxonice
@@ -1,9 +1,7 @@
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.
-# If you are an expert tuxonice knob twiddler, you can write a hook to do
-# the twiddling for now.
-
+#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.
# more locations might be nice
for loc in "/sys/power/tuxonice" "/sys/power/suspend2"; do
[ -d "${loc}" ] && { TUXONICE_LOC="${loc}"; break; }