summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-02-11 18:49:43 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-02-11 18:49:43 -0600
commitd5907c546116762cbb1f50b362fe163caed97c78 (patch)
tree49248c0594b92accf07b8a590c73430f18e97c72
parent982ccdf2b02742bfdcd8e8bdd7e1a3ebe8856ec8 (diff)
Moved the SLEEP_FUNCTIONS declaration to after where we load defaults.
-rw-r--r--pm/functions.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pm/functions.in b/pm/functions.in
index e1a8a0e..36559fb 100644
--- a/pm/functions.in
+++ b/pm/functions.in
@@ -25,12 +25,13 @@ TEMPORARY_CPUFREQ_GOVERNOR="performance"
LOCKDIR="${PM_UTILS_RUNDIR}/locks"
STORAGEDIR="${PM_UTILS_RUNDIR}/storage"
SLEEP_MODULE="kernel"
-SLEEP_FUNCTIONS="${PM_UTILS_LIBDIR}/module.d/${SLEEP_MODULE}"
# Use c sort order
export LC_COLLATE=C
[ -O "${PM_UTILS_LIBDIR}"/defaults ] && . "${PM_UTILS_LIBDIR}"/defaults
+
+SLEEP_FUNCTIONS="${PM_UTILS_LIBDIR}/module.d/${SLEEP_MODULE}"
set +a