summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-05-15 14:57:02 +0000
committerPeter Jones <pjones@redhat.com>2007-05-15 14:57:02 +0000
commitb91649705a335a6896153ab26f5ee0b008bab150 (patch)
tree046828d0d0f9b9cb0e83d557cd8e638df6bca11a /pm
parenteb463888c27f9c5214db479e1bedbfb9bb29eb65 (diff)
- fix exports of config variables
Diffstat (limited to 'pm')
-rwxr-xr-xpm/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/functions b/pm/functions
index 291cfed..4a05416 100755
--- a/pm/functions
+++ b/pm/functions
@@ -8,13 +8,13 @@ export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/lib/pm-utils/bin
# PM_CMDLINE
# RESUME_MODULES
#
+set -a
HIBERNATE_RESUME_POST_VIDEO=no
INHIBIT=/var/run/pm-utils.inhibit
PM_LOGFILE=${PM_LOGFILE:=/var/log/pm-suspend.log}
SUSPEND_MODULES=""
TEMPORARY_CPUFREQ_GOVERNOR="userspace"
-set -a
[ -f /usr/lib/pm-utils/defaults ] && . /usr/lib/pm-utils/defaults
set +a