[arch-commits] CVS update of extra/system/bluez-utils (PKGBUILD bluetooth.rc)

Thomas Baechler thomas at archlinux.org
Sun Oct 21 11:17:38 UTC 2007


    Date: Sunday, October 21, 2007 @ 07:17:38
  Author: thomas
    Path: /home/cvs-extra/extra/system/bluez-utils

Modified: PKGBUILD (1.33 -> 1.34) bluetooth.rc (1.1 -> 1.2)

upgpkg: bluez-utils 3.20-1


--------------+
 PKGBUILD     |    8 ++++----
 bluetooth.rc |    2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)


Index: extra/system/bluez-utils/PKGBUILD
diff -u extra/system/bluez-utils/PKGBUILD:1.33 extra/system/bluez-utils/PKGBUILD:1.34
--- extra/system/bluez-utils/PKGBUILD:1.33	Mon Sep 17 19:36:05 2007
+++ extra/system/bluez-utils/PKGBUILD	Sun Oct 21 07:17:38 2007
@@ -1,6 +1,6 @@
-# $Id: PKGBUILD,v 1.33 2007/09/17 23:36:05 thomas Exp $
+# $Id: PKGBUILD,v 1.34 2007/10/21 11:17:38 thomas Exp $
 pkgname=bluez-utils
-pkgver=3.19
+pkgver=3.20
 pkgrel=1
 pkgdesc="Utilities for the Linux Bluetooth protocol stack"
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 source=(http://bluez.sf.net/download/bluez-utils-${pkgver}.tar.gz
         bluetooth.rc bluetooth.conf.d)
 options=(!libtool)
-md5sums=('3b4fd0b255a0f83f692557c3b7a1a506'
-         '1291c1c1547af77a4955416fd34cfc1f'
+md5sums=('ef596746d656ed034ed64596f72ef3c2'
+         '6f3b248670fe80626466b47bc52330e6'
          'dda606b16264859b007ec777c7a5627d')
 
 build() {
Index: extra/system/bluez-utils/bluetooth.rc
diff -u extra/system/bluez-utils/bluetooth.rc:1.1 extra/system/bluez-utils/bluetooth.rc:1.2
--- extra/system/bluez-utils/bluetooth.rc:1.1	Fri Jul 13 18:31:25 2007
+++ extra/system/bluez-utils/bluetooth.rc	Sun Oct 21 07:17:38 2007
@@ -74,6 +74,7 @@
       stat_append " $PAND_NAME"
       $PAND_EXEC $PAND_OPTIONS
     fi
+    add_daemon bluetooth
     stat_done
     ;;
   stop)
@@ -99,6 +100,7 @@
     stat_append " $DAEMON_NAME"
     killall $DAEMON_NAME >/dev/null 2>&1
 
+    rm_daemon bluetooth
     stat_done
     ;;
   restart)




More information about the arch-commits mailing list