Mailinglist Archive: opensuse-commit (1649 mails)
| < Previous | Next > |
commit pm-utils
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 14 Oct 2008 18:14:52 +0200
- Message-id: <20081014161453.1A2F7678162@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pm-utils
checked in at Tue Oct 14 18:14:52 CEST 2008.
--------
--- pm-utils/pm-utils.changes 2008-10-06 21:49:36.000000000 +0200
+++ /mounts/work_src_done/STABLE/pm-utils/pm-utils.changes 2008-10-08
09:17:37.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct 8 09:13:39 CEST 2008 - seife@xxxxxxx
+
+- export some more variables for compatibility with that other
+ pm-utils project: PM_UTILS_LIBDIR PM_UTILS_ETCDIR PM_FUNCTIONS
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pm-utils.spec ++++++
--- /var/tmp/diff_new_pack.W17837/_old 2008-10-14 18:14:39.000000000 +0200
+++ /var/tmp/diff_new_pack.W17837/_new 2008-10-14 18:14:39.000000000 +0200
@@ -21,7 +21,7 @@
Name: pm-utils
Url: http://webcvs.freedesktop.org/pm-utils/
Version: 0.99.4.20071229
-Release: 3
+Release: 4
%define pm_utils_suse_version 20081006
Summary: Tools to suspend and hibernate computers
License: GPL v2 or later
@@ -104,6 +104,9 @@
%ghost %verify(not md5 size mtime) /var/log/pm-suspend.log
%changelog
+* Wed Oct 08 2008 seife@xxxxxxx
+- export some more variables for compatibility with that other
+ pm-utils project: PM_UTILS_LIBDIR PM_UTILS_ETCDIR PM_FUNCTIONS
* Mon Oct 06 2008 seife@xxxxxxx
- add support for "smart" detection of s2ram quirks
- add support for passing in quirks via command line from HAL
++++++ pm-utils-0.99.4-suse.diff ++++++
--- /var/tmp/diff_new_pack.W17837/_old 2008-10-14 18:14:39.000000000 +0200
+++ /var/tmp/diff_new_pack.W17837/_new 2008-10-14 18:14:39.000000000 +0200
@@ -2,7 +2,28 @@
===================================================================
--- a/pm/functions
+++ b/pm/functions
-@@ -13,12 +13,12 @@ set -a
+@@ -8,17 +8,33 @@ export PATH=/sbin:/usr/sbin:/bin:/usr/bi
+ #
+ # PM_CMDLINE
+ # RESUME_MODULES
+ #
+ set -a
++### for compatibility with the other pm-utils project ###
++PM_UTILS_LIBDIR="/usr/lib/pm-utils"
++PM_UTILS_ETCDIR="/etc/pm"
++PM_UTILS_RUNDIR="/var/run/pm-utils"
++PATH=/sbin:/usr/sbin:/bin:/usr/bin:"${PM_UTILS_LIBDIR}"/bin
++#LOCKDIR="${PM_UTILS_RUNDIR}/locks"
++#STORAGEDIR="${PM_UTILS_RUNDIR}/${STASHNAME}/storage"
++NA=254
++NX=253
++DX=252
++PM_FUNCTIONS="$PM_UTILS_LIBDIR/functions"
++# Use c sort order
++LC_COLLATE=C
++PM_CMDLINE="$*"
++### end compatibility section ###########################
++
HIBERNATE_RESUME_POST_VIDEO=no
INHIBIT=/var/run/pm-utils.inhibit
PM_LOGFILE=${PM_LOGFILE:=/var/log/pm-suspend.log}
@@ -17,7 +38,7 @@
set +a
# set nullglob to make glob results empty in case the pattern does not
-@@ -39,11 +39,13 @@ source_configs()
+@@ -39,11 +55,13 @@ source_configs()
source_configs
take_suspend_lock()
@@ -32,7 +53,7 @@
if [ -d /proc/$pid ]; then
return 1
fi
-@@ -54,13 +56,13 @@ take_suspend_lock()
+@@ -54,13 +72,13 @@ take_suspend_lock()
return 0
}
@@ -49,7 +70,7 @@
find_sleepd_files()
{
-@@ -79,11 +81,11 @@ run_hooks()
+@@ -79,11 +97,11 @@ run_hooks()
{
# $1=suspend/suspend_hybrid/hibernate $2=suspend/hibernate/thaw/resume
$3=reverse/""
[ -z "$1" ] && return 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |