Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/bluez/files: rfcomm-init.d bluetooth-init.d-r3
Date: Mon, 23 Dec 2013 23:05:24
Message-Id: 20131223230520.CE0C02004E@flycatcher.gentoo.org
1 eva 13/12/23 23:05:20
2
3 Modified: rfcomm-init.d
4 Added: bluetooth-init.d-r3
5 Log:
6 Version bump. Major ebuild update, see bug #452162.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.2 net-wireless/bluez/files/rfcomm-init.d
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/rfcomm-init.d?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/rfcomm-init.d?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/rfcomm-init.d?r1=1.1&r2=1.2
16
17 Index: rfcomm-init.d
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/rfcomm-init.d,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- rfcomm-init.d 31 Dec 2011 21:09:18 -0000 1.1
24 +++ rfcomm-init.d 23 Dec 2013 23:05:20 -0000 1.2
25 @@ -1,7 +1,7 @@
26 #!/sbin/runscript
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/rfcomm-init.d,v 1.1 2011/12/31 21:09:18 pacho Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/rfcomm-init.d,v 1.2 2013/12/23 23:05:20 eva Exp $
32
33 depend() {
34 after coldplug
35 @@ -23,5 +23,5 @@
36 stop() {
37 ebegin "Shutting down rfcomm"
38 /usr/bin/rfcomm release all
39 - eend $?
40 + eend $?
41 }
42
43
44
45 1.1 net-wireless/bluez/files/bluetooth-init.d-r3
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/bluetooth-init.d-r3?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/bluetooth-init.d-r3?rev=1.1&content-type=text/plain
49
50 Index: bluetooth-init.d-r3
51 ===================================================================
52 #!/sbin/runscript
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/bluetooth-init.d-r3,v 1.1 2013/12/23 23:05:20 eva Exp $
56
57 depend() {
58 after coldplug
59 need dbus localmount hostname
60 }
61
62 start() {
63 ebegin "Starting ${SVCNAME}"
64 start-stop-daemon --start --exec /usr/libexec/bluetooth/bluetoothd
65 eend $?
66 }
67
68 stop() {
69 ebegin "Shutting down ${SVCNAME}"
70 start-stop-daemon --stop --quiet --exec /usr/libexec/bluetooth/bluetoothd
71 eend $?
72 }