public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/connman/files: connman.initd connman.confd
@ 2010-02-01 14:12 Robert Piasek (dagger)
  0 siblings, 0 replies; only message in thread
From: Robert Piasek (dagger) @ 2010-02-01 14:12 UTC (permalink / raw
  To: gentoo-commits

dagger      10/02/01 14:12:27

  Modified:             connman.initd
  Added:                connman.confd
  Log:
  Version bump (bug #300230)
  (Portage version: 2.1.7.17/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.2                  net-misc/connman/files/connman.initd

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.initd?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.initd?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.initd?r1=1.1&r2=1.2

Index: connman.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/files/connman.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- connman.initd	24 Aug 2009 13:24:08 -0000	1.1
+++ connman.initd	1 Feb 2010 14:12:27 -0000	1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Purpose License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/files/connman.initd,v 1.1 2009/08/24 13:24:08 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/files/connman.initd,v 1.2 2010/02/01 14:12:27 dagger Exp $
 
 depend() {
    need dbus
@@ -9,7 +9,7 @@
 
 start() {
    ebegin "Starting Connection Manager"
-   start-stop-daemon --start --quiet --exec /usr/sbin/connmand
+   start-stop-daemon --start --quiet --exec /usr/sbin/connmand -- ${CONNMAN_OPTS}
    eend $?
 }
 



1.1                  net-misc/connman/files/connman.confd

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.confd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/files/connman.confd?rev=1.1&content-type=text/plain

Index: connman.confd
===================================================================
# conf.d file for connman
#
# Please check connmand --help for more information.
# Useful options are:
#    -c, --compat: enable NetworkManager compatibility mode.
#    -W, --wifi=NAME: select wpa_supplicant wifi driver to use.
#                     This is useful if your wpa_supplicant is < 0.7
#                     since connmand by default gives wpa_supplicant a
#                     comma separated list of values and < 0.7 does not
#                     understand or accept it.
#    -i, --device=DEV: force use of given interface name.
#    -I, --nodevice=DEV: force ignore of given interface name.
#    -p, --plugin=NAME: specify plugins to load.
#    -P, --noplugin=NAME: specify plugins not to load.
CONNMAN_OPTS="--compat"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-01 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 14:12 [gentoo-commits] gentoo-x86 commit in net-misc/connman/files: connman.initd connman.confd Robert Piasek (dagger)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox