[arch-commits] Commit in laptop-mode-tools/trunk (PKGBUILD laptop-mode)

Eric Bélanger eric at archlinux.org
Thu Jun 23 22:37:43 UTC 2011


    Date: Thursday, June 23, 2011 @ 18:37:43
  Author: eric
Revision: 128418

upgpkg: laptop-mode-tools 1.57-4
Removed automatic startup of acpid daemon (close FS#24845)

Modified:
  laptop-mode-tools/trunk/PKGBUILD
  laptop-mode-tools/trunk/laptop-mode

-------------+
 PKGBUILD    |    6 +++---
 laptop-mode |    3 ---
 2 files changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-23 22:14:37 UTC (rev 128417)
+++ PKGBUILD	2011-06-23 22:37:43 UTC (rev 128418)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer:
-# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=laptop-mode-tools
 pkgver=1.57
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel mode that allows you to extend the battery life of your laptop"
 arch=('any')
 url="http://www.samwel.tk/laptop_mode/"
@@ -42,7 +42,7 @@
 source=("http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz"
         'laptop-mode')
 md5sums=('1d9e4f4e3ff3f16d298e1653483f3f58'
-         'fe47441f14e2b39c2fe473685f04395f')
+         '4d3b4d95c6532451b3dba588c83fb86b')
 
 package() {
   cd "${srcdir}/${pkgname}_${pkgver}"

Modified: laptop-mode
===================================================================
--- laptop-mode	2011-06-23 22:14:37 UTC (rev 128417)
+++ laptop-mode	2011-06-23 22:37:43 UTC (rev 128418)
@@ -5,9 +5,6 @@
 
 case "$1" in
   start)
-    if [ -x /etc/rc.d/acpid ]; then
-      ck_daemon acpid && /etc/rc.d/acpid start
-    fi
     stat_busy "Starting laptop-mode"
     [ ! -d /var/run/laptop-mode-tools ] && install -d /var/run/laptop-mode-tools
     touch /var/run/laptop-mode-tools/enabled




More information about the arch-commits mailing list