From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Nbx0w-0003BF-0u for garchives@archives.gentoo.org; Mon, 01 Feb 2010 14:12:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91AE5E07FE; Mon, 1 Feb 2010 14:12:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 73F19E07FE for ; Mon, 1 Feb 2010 14:12:28 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 100321B40A3 for ; Mon, 1 Feb 2010 14:12:28 +0000 (UTC) Received: from dagger by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Nbx0t-0000gV-II for gentoo-commits@lists.gentoo.org; Mon, 01 Feb 2010 14:12:27 +0000 From: "Robert Piasek (dagger)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dagger@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/connman/files: connman.initd connman.confd X-VCS-Repository: gentoo-x86 X-VCS-Files: connman.initd connman.confd X-VCS-Directories: net-misc/connman/files X-VCS-Committer: dagger X-VCS-Committer-Name: Robert Piasek Content-Type: text/plain; charset=utf8 Message-Id: Sender: Robert Piasek Date: Mon, 01 Feb 2010 14:12:27 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5ff054a7-dc02-46dc-9bd6-34976151eeff X-Archives-Hash: 8777fc8a2e7ba1645104436a9e535672 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/f= iles/connman.initd?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/f= iles/connman.initd?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/f= iles/connman.initd?r1=3D1.1&r2=3D1.2 Index: connman.initd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 $ =20 depend() { need dbus @@ -9,7 +9,7 @@ =20 start() { ebegin "Starting Connection Manager" - start-stop-daemon --start --quiet --exec /usr/sbin/connmand + start-stop-daemon --start --quiet --exec /usr/sbin/connmand -- ${CONN= MAN_OPTS} eend $? } =20 1.1 net-misc/connman/files/connman.confd file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/f= iles/connman.confd?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/f= iles/connman.confd?rev=3D1.1&content-type=3Dtext/plain Index: connman.confd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # conf.d file for connman # # Please check connmand --help for more information. # Useful options are: # -c, --compat: enable NetworkManager compatibility mode. # -W, --wifi=3DNAME: 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=3DDEV: force use of given interface name. # -I, --nodevice=3DDEV: force ignore of given interface name. # -p, --plugin=3DNAME: specify plugins to load. # -P, --noplugin=3DNAME: specify plugins not to load. CONNMAN_OPTS=3D"--compat"