summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-01-07 01:31:47 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-01-07 01:31:47 +0000
commit5c2a2c9fc0c39ec5202aae0747288367415bca8b (patch)
tree1046b6b74b4610bf268968c62aaa2dd806b756d4 /net-wireless/bluez-utils
parentupdate with an RDEPEND on net-p2p/gift , stable on x86, removed old ebuilds, ... (diff)
downloadgentoo-2-5c2a2c9fc0c39ec5202aae0747288367415bca8b.tar.gz
gentoo-2-5c2a2c9fc0c39ec5202aae0747288367415bca8b.tar.bz2
gentoo-2-5c2a2c9fc0c39ec5202aae0747288367415bca8b.zip
added 'after hotplug' in rc script (#36762)
Diffstat (limited to 'net-wireless/bluez-utils')
-rw-r--r--net-wireless/bluez-utils/ChangeLog5
-rw-r--r--net-wireless/bluez-utils/files/bluetooth.rc6
2 files changed, 9 insertions, 2 deletions
diff --git a/net-wireless/bluez-utils/ChangeLog b/net-wireless/bluez-utils/ChangeLog
index ebafac17e622..6bbc6b52c527 100644
--- a/net-wireless/bluez-utils/ChangeLog
+++ b/net-wireless/bluez-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-wireless/bluez-utils
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/ChangeLog,v 1.11 2003/11/22 21:37:39 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/ChangeLog,v 1.12 2004/01/07 01:31:46 liquidx Exp $
+
+ 07 Jan 2004; Alastair Tse <liquidx@gentoo.org> files/bluetooth.rc:
+ added 'after hotplug' in rc script (#36762)
22 Nov 2003; Alastair Tse <liquidx@gentoo.org> bluez-utils-2.3-r1.ebuild,
files/bluez-utils-2.3-rfcomm_fflush.patch:
diff --git a/net-wireless/bluez-utils/files/bluetooth.rc b/net-wireless/bluez-utils/files/bluetooth.rc
index 2999010e1023..a74475430578 100644
--- a/net-wireless/bluez-utils/files/bluetooth.rc
+++ b/net-wireless/bluez-utils/files/bluetooth.rc
@@ -1,10 +1,14 @@
#!/sbin/runscript
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/files/bluetooth.rc,v 1.1 2003/09/19 14:52:11 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/files/bluetooth.rc,v 1.2 2004/01/07 01:31:47 liquidx Exp $
UART_CONF="/etc/bluetooth/uart"
+depend() {
+ after hotplug
+}
+
start_uarts() {
[ -f /usr/sbin/hciattach -a -f ${UART_CONF} ] || return
grep -v '^#' $UART_CONF | while read i; do