From d5907c546116762cbb1f50b362fe163caed97c78 Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Mon, 11 Feb 2008 18:49:43 -0600 Subject: Moved the SLEEP_FUNCTIONS declaration to after where we load defaults. --- pm/functions.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3