[arch-commits] Commit in i8kmon/trunk (PKGBUILD i8kmon.daemon)

Roman Kyrylych roman at archlinux.org
Sat Oct 3 08:23:03 UTC 2009


    Date: Saturday, October 3, 2009 @ 04:23:03
  Author: roman
Revision: 53784

upgpkg: i8kmon 1.27-2
    Fixed bug #9690

Modified:
  i8kmon/trunk/PKGBUILD
  i8kmon/trunk/i8kmon.daemon

---------------+
 PKGBUILD      |    7 ++++---
 i8kmon.daemon |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-03 05:39:49 UTC (rev 53783)
+++ PKGBUILD	2009-10-03 08:23:03 UTC (rev 53784)
@@ -4,15 +4,16 @@
 
 pkgname=i8kmon
 pkgver=1.27
-pkgrel=1
+pkgrel=2
 pkgdesc="Tk-based daemon for i8kutils and Dell Inspiron/Latitude notebooks"
 url="http://people.debian.org/~dz/i8k/"
 license=('GPL2')
-arch=('i686' 'x86_64')
+arch=('any')
 depends=('i8kutils' 'tk')
 backup=(etc/i8kutils/i8kmon.conf)
 source=(http://ftp.archlinux.org/other/i8kutils/i8kutils_$pkgver.tar.gz i8kmon.daemon)
-md5sums=('8f3d3cbf7197fc209b0b64bf0a9732e3' 'a9e6594b4f2b31e03875adfbc405b393')
+md5sums=('8f3d3cbf7197fc209b0b64bf0a9732e3'
+         '6a1680603c9a9e52479372d549308995')
 
 build() {
   cd $srcdir/i8kutils-$pkgver

Modified: i8kmon.daemon
===================================================================
--- i8kmon.daemon	2009-10-03 05:39:49 UTC (rev 53783)
+++ i8kmon.daemon	2009-10-03 08:23:03 UTC (rev 53784)
@@ -3,7 +3,7 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-PID=`pidof -o %PPID /usr/bin/i8kmon`
+PID=`fuser /proc/i8k 2>/dev/null`
 case "$1" in
   start)
     stat_busy "Starting i8kmon Daemon"




More information about the arch-commits mailing list