[arch-commits] Commit in pm-utils/repos (3 files)

Giovanni Scafora giovanni at archlinux.org
Sun Mar 1 15:28:02 UTC 2009


    Date: Sunday, March 1, 2009 @ 10:28:02
  Author: giovanni
Revision: 28546

Merged revisions 27275,28445 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/pm-utils/trunk

........
  r27275 | thayer | 2009-02-17 21:30:29 -0800 (mar, 17 feb 2009) | 2 lines
  
  upgpkg: pm-utils 1.2.4-2
      fixed daemon patch
........
  r28445 | thayer | 2009-02-28 23:09:54 -0800 (sab, 28 feb 2009) | 2 lines
  
  upgpkg: pm-utils 1.2.4-3
      fixed service daemon
........

Modified:
  pm-utils/repos/extra-x86_64/	(properties)
  pm-utils/repos/extra-x86_64/PKGBUILD
  pm-utils/repos/extra-x86_64/daemons.patch

---------------+
 PKGBUILD      |    5 ++---
 daemons.patch |   13 +++++++++++--
 2 files changed, 13 insertions(+), 5 deletions(-)


Property changes on: pm-utils/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /pm-utils/trunk:1-27146
   + /pm-utils/trunk:1-28545

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-01 15:24:08 UTC (rev 28545)
+++ extra-x86_64/PKGBUILD	2009-03-01 15:28:02 UTC (rev 28546)
@@ -3,7 +3,7 @@
 
 pkgname=pm-utils
 pkgver=1.2.4
-pkgrel=1
+pkgrel=3
 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-x86_64/daemons.patch
===================================================================
--- extra-x86_64/daemons.patch	2009-03-01 15:24:08 UTC (rev 28545)
+++ extra-x86_64/daemons.patch	2009-03-01 15:28:02 UTC (rev 28546)
@@ -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