[arch-commits] Commit in bluez/trunk (PKGBUILD bluetooth.conf.d)

Geoffroy Carrier geoffroy at archlinux.org
Thu Feb 12 01:07:57 UTC 2009


    Date: Wednesday, February 11, 2009 @ 20:07:57
  Author: geoffroy
Revision: 26769

upgpkg: bluez 4.29-1

Modified:
  bluez/trunk/PKGBUILD
  bluez/trunk/bluetooth.conf.d

------------------+
 PKGBUILD         |    5 ++++-
 bluetooth.conf.d |   14 +++++++-------
 2 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-11 21:03:31 UTC (rev 26768)
+++ PKGBUILD	2009-02-12 01:07:57 UTC (rev 26769)
@@ -1,7 +1,7 @@
 # Maintainer: Geoffroy Carrier <geoffroy at archlinux.org>
 
 pkgname=bluez
-pkgver=4.27
+pkgver=4.29
 pkgrel=1
 pkgdesc="Libraries and tools for the Bluetooth protocol stack"
 url="http://www.bluez.org/"
@@ -54,3 +54,6 @@
   install -D -m755 "$srcdir/rc.bluetooth"                          "$pkgdir/etc/rc.d/bluetooth" || return 1
   install -D -m644 "$srcdir/bluetooth.conf.d"                      "$pkgdir/etc/conf.d/bluetooth" || return 1
 }
+md5sums=('0fa52a0b6a764fbe85fcfd7d0476fe5e'
+         'd12be5b494525bb1ba6eac5c3983dd3e'
+         '03d4f2463b1b580e8d2ada3767140685')

Modified: bluetooth.conf.d
===================================================================
--- bluetooth.conf.d	2009-02-11 21:03:31 UTC (rev 26768)
+++ bluetooth.conf.d	2009-02-12 01:07:57 UTC (rev 26769)
@@ -3,26 +3,26 @@
 # Bluetooth services (allowed values are "true" and "false")
 
 # Run the bluetoothd daemon (default: true)
-#DAEMON_ENABLE="true"
+#DAEMON_ENABLE="false"
 
 # Run hid2hci (default: false)
-#HID2HCI_ENABLE="false"
+#HID2HCI_ENABLE="true"
 
 # Run the sdp daemon (default: false)
 # If this is disabled, hcid's internal sdp daemon will be used
-#SDPD_ENABLE="false"
+#SDPD_ENABLE="true"
 
 # Run the bluetooth HID daemon (default: false)
-#HIDD_ENABLE="false"
+#HIDD_ENABLE="true"
 
 # Activate rfcomm ports (default: false)
-#RFCOMM_ENABLE="false"
+#RFCOMM_ENABLE="true"
 
 # Run bluetooth dial-up networking daemon (default: false)
-#DUND_ENABLE="false"
+#DUND_ENABLE="true"
 
 # Run bluetooth PAN daemon (default: false)
-#PAND_ENABLE="false"
+#PAND_ENABLE="true"
 
 # rfcomm configuration file (default: /etc/bluetooth/rfcomm.conf)
 #RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"




More information about the arch-commits mailing list