Gentoo Archives: gentoo-commits

From: "Robert Piasek (dagger)" <dagger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/connman/files: connman.initd connman.confd
Date: Mon, 01 Feb 2010 14:12:30
Message-Id: E1Nbx0t-0000gV-II@stork.gentoo.org
1 dagger 10/02/01 14:12:27
2
3 Modified: connman.initd
4 Added: connman.confd
5 Log:
6 Version bump (bug #300230)
7 (Portage version: 2.1.7.17/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.2 net-misc/connman/files/connman.initd
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.initd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.initd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.initd?r1=1.1&r2=1.2
15
16 Index: connman.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/files/connman.initd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- connman.initd 24 Aug 2009 13:24:08 -0000 1.1
23 +++ connman.initd 1 Feb 2010 14:12:27 -0000 1.2
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Purpose License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/files/connman.initd,v 1.1 2009/08/24 13:24:08 dagger Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/files/connman.initd,v 1.2 2010/02/01 14:12:27 dagger Exp $
31
32 depend() {
33 need dbus
34 @@ -9,7 +9,7 @@
35
36 start() {
37 ebegin "Starting Connection Manager"
38 - start-stop-daemon --start --quiet --exec /usr/sbin/connmand
39 + start-stop-daemon --start --quiet --exec /usr/sbin/connmand -- ${CONNMAN_OPTS}
40 eend $?
41 }
42
43
44
45
46 1.1 net-misc/connman/files/connman.confd
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.confd?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.confd?rev=1.1&content-type=text/plain
50
51 Index: connman.confd
52 ===================================================================
53 # conf.d file for connman
54 #
55 # Please check connmand --help for more information.
56 # Useful options are:
57 # -c, --compat: enable NetworkManager compatibility mode.
58 # -W, --wifi=NAME: select wpa_supplicant wifi driver to use.
59 # This is useful if your wpa_supplicant is < 0.7
60 # since connmand by default gives wpa_supplicant a
61 # comma separated list of values and < 0.7 does not
62 # understand or accept it.
63 # -i, --device=DEV: force use of given interface name.
64 # -I, --nodevice=DEV: force ignore of given interface name.
65 # -p, --plugin=NAME: specify plugins to load.
66 # -P, --noplugin=NAME: specify plugins not to load.
67 CONNMAN_OPTS="--compat"