From 8bb3ab7edeec7946f1220ed35d9aebfb6ec4af83 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Wed, 27 Apr 2005 12:40:04 +0000 Subject: dummy upgrade for people who installed 2.16 but with a botched hid2hci init script patch (#75255) (Portage version: 2.0.51.19) --- net-wireless/bluez-utils/files/2.16/bluetooth.rc | 17 ++++++++--------- .../bluez-utils/files/digest-bluez-utils-2.16-r1 | 1 + 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 net-wireless/bluez-utils/files/digest-bluez-utils-2.16-r1 (limited to 'net-wireless/bluez-utils/files') diff --git a/net-wireless/bluez-utils/files/2.16/bluetooth.rc b/net-wireless/bluez-utils/files/2.16/bluetooth.rc index 11600fde9db1..ab2acef23f65 100644 --- a/net-wireless/bluez-utils/files/2.16/bluetooth.rc +++ b/net-wireless/bluez-utils/files/2.16/bluetooth.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/files/2.16/bluetooth.rc,v 1.1 2005/04/26 15:02:48 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/files/2.16/bluetooth.rc,v 1.2 2005/04/27 12:40:04 liquidx Exp $ UART_CONF="/etc/bluetooth/uart" @@ -23,6 +23,13 @@ stop_uarts() { start() { ebegin "Starting Bluetooth" + if [ "${HID2HCI_ENABLE}" = "true" -a -x /usr/sbin/hid2hci ]; then + ebegin " Running hid2hci" + /usr/sbin/hid2hci -0 -q #be quiet + /bin/sleep 1 # delay for hid's to be detected by hotplug + eend $? + fi + if [ "${HCID_ENABLE}" = "true" -a -x /usr/sbin/hcid ]; then if [ -f "${HCID_CONFIG}" ]; then ebegin " Starting hcid" @@ -49,14 +56,6 @@ start() { eend $? fi - - if [ "${HID2HCI_ENABLE}" = "true" -a -x /usr/sbin/hid2hci ]; then - ebegin " Running hid2hci" - /usr/sbin/hid2hci -0 -q #be quiet - /bin/sleep 1 # delay for hid's to be detected by hotplug - eend $? - fi - if [ "${RFCOMM_ENABLE}" = "true" -a -x /usr/bin/rfcomm ]; then if [ -f "${RFCOMM_CONFIG}" ]; then ebegin " Starting rfcomm" diff --git a/net-wireless/bluez-utils/files/digest-bluez-utils-2.16-r1 b/net-wireless/bluez-utils/files/digest-bluez-utils-2.16-r1 new file mode 100644 index 000000000000..7cbe12d62273 --- /dev/null +++ b/net-wireless/bluez-utils/files/digest-bluez-utils-2.16-r1 @@ -0,0 +1 @@ +MD5 c1d5364723109a978801d155d1f4da1e bluez-utils-2.16.tar.gz 471966 -- cgit v1.2.3-65-gdbad