[arch-commits] Commit in pm-utils/repos (3 files)
Thayer Williams
thayer at archlinux.org
Wed Feb 18 05:31:10 UTC 2009
Date: Wednesday, February 18, 2009 @ 00:31:09
Author: thayer
Revision: 27276
Merged revisions 27275 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/pm-utils/trunk
........
r27275 | thayer | 2009-02-17 21:30:29 -0800 (Tue, 17 Feb 2009) | 2 lines
upgpkg: pm-utils 1.2.4-2
fixed daemon patch
........
Modified:
pm-utils/repos/extra-i686/ (properties)
pm-utils/repos/extra-i686/PKGBUILD
pm-utils/repos/extra-i686/daemons.patch
---------------+
PKGBUILD | 5 ++---
daemons.patch | 13 +++++++++++--
2 files changed, 13 insertions(+), 5 deletions(-)
Property changes on: pm-utils/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /pm-utils/trunk:1-27032
+ /pm-utils/trunk:1-27275
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-02-18 05:30:29 UTC (rev 27275)
+++ extra-i686/PKGBUILD 2009-02-18 05:31:09 UTC (rev 27276)
@@ -3,7 +3,7 @@
pkgname=pm-utils
pkgver=1.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities and scripts for suspend and hibernate power management"
arch=('i686' 'x86_64')
url="http://pm-utils.freedesktop.org"
@@ -13,10 +13,9 @@
source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
11netcfg
daemons.patch)
-
md5sums=('965bdce8fccaaa5ae2b304e52b362c6e'
'9839687c8787d99fd4ff36aa3238c27b'
- 'cb4d9ca6f46b1822c6ca823b158f34e5')
+ '8b26b51f0c1f3330bb4f9f0ff57f4717')
build() {
cd $srcdir/$pkgname-$pkgver
Modified: extra-i686/daemons.patch
===================================================================
--- extra-i686/daemons.patch 2009-02-18 05:30:29 UTC (rev 27275)
+++ extra-i686/daemons.patch 2009-02-18 05:31:09 UTC (rev 27276)
@@ -1,5 +1,14 @@
---- ./pm/functions.in.orig 2009-02-15 11:23:25.747225766 -0800
-+++ ./pm/functions.in 2009-02-15 11:24:03.410775317 -0800
+--- pm/functions.in.bak 2009-02-17 21:25:46.940839964 -0800
++++ pm/functions.in 2009-02-17 21:26:55.506262018 -0800
+@@ -129,7 +129,7 @@
+ if ! command_exists service; then
+ service()
+ {
+- for svc in "/etc/init.d/$1" "/etc/rc.d/rc.$1"; do #lsb, then slack
++ for svc in "/etc/init.d/$1" "/etc/rc.d/$1"; do #lsb, then slack
+ [ -x "$svc" ] && { shift; "$svc" "$@"; return $?; }
+ done
+ # this only happens if we did not find the service
@@ -141,7 +141,7 @@
stopservice()
More information about the arch-commits
mailing list