* [gentoo-commits] gentoo-x86 commit in net-wireless/bluez/files/4.60: bluetooth-init.d
@ 2010-06-11 10:14 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-06-11 10:14 UTC (permalink / raw
To: gentoo-commits
pacho 10/06/11 10:14:00
Modified: bluetooth-init.d
Log:
Fix bug 319621 and version bump.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.2 net-wireless/bluez/files/4.60/bluetooth-init.d
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/4.60/bluetooth-init.d?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/4.60/bluetooth-init.d?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/4.60/bluetooth-init.d?r1=1.1&r2=1.2
Index: bluetooth-init.d
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/4.60/bluetooth-init.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bluetooth-init.d 1 Feb 2010 19:47:46 -0000 1.1
+++ bluetooth-init.d 11 Jun 2010 10:14:00 -0000 1.2
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/4.60/bluetooth-init.d,v 1.1 2010/02/01 19:47:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/4.60/bluetooth-init.d,v 1.2 2010/06/11 10:14:00 pacho Exp $
depend() {
after coldplug
@@ -11,7 +11,7 @@
start() {
ebegin "Starting Bluetooth"
- udevadm trigger --subsystem-match=bluetooth
+ udevadm trigger --subsystem-match=bluetooth --action=add
eend $?
if [ "${RFCOMM_ENABLE}" = "true" -a -x /usr/bin/rfcomm ]; then
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-11 10:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-11 10:14 [gentoo-commits] gentoo-x86 commit in net-wireless/bluez/files/4.60: bluetooth-init.d Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox