summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]pm/module.d/kernel2
-rwxr-xr-x[-rw-r--r--]pm/module.d/tuxonice2
-rwxr-xr-x[-rw-r--r--]pm/module.d/uswsusp2
3 files changed, 6 insertions, 0 deletions
diff --git a/pm/module.d/kernel b/pm/module.d/kernel
index 5b3b501..dc6724e 100644..100755
--- a/pm/module.d/kernel
+++ b/pm/module.d/kernel
@@ -1,3 +1,5 @@
+#!/bin/sh
+
check_suspend()
{
grep -q mem /sys/power/state
diff --git a/pm/module.d/tuxonice b/pm/module.d/tuxonice
index 79c50ac..568faec 100644..100755
--- a/pm/module.d/tuxonice
+++ b/pm/module.d/tuxonice
@@ -1,3 +1,5 @@
+#!/bin/sh
+
export TUXONICE_LOC
# TODO tuxonice supports all sorts of knobs to twiddle. Since this should be as
# simple as possible, it does not provide a mechanism for twiddling those knobs.
diff --git a/pm/module.d/uswsusp b/pm/module.d/uswsusp
index c7f8e70..711761c 100644..100755
--- a/pm/module.d/uswsusp
+++ b/pm/module.d/uswsusp
@@ -1,3 +1,5 @@
+#!/bin/sh
+
# disable processing of 99video
before_hooks()
{