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 1R1gxu-0007LU-Mu for garchives@archives.gentoo.org; Thu, 08 Sep 2011 15:56:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 269AA21C021; Thu, 8 Sep 2011 15:56:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EB0B621C021 for ; Thu, 8 Sep 2011 15:56:26 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A1891B400D for ; Thu, 8 Sep 2011 15:56:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 06AAA20051; Thu, 8 Sep 2011 15:56:25 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/boinc/files: boinc.init X-VCS-Repository: gentoo-x86 X-VCS-Files: boinc.init X-VCS-Directories: sci-misc/boinc/files X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20110908155625.06AAA20051@flycatcher.gentoo.org> Date: Thu, 8 Sep 2011 15:56:25 +0000 (UTC) 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: X-Archives-Hash: 68413668a716e75fef9f004a49ffb63d scarabeus 11/09/08 15:56:25 Modified: boinc.init Log: Use extra_commands instead of opts. Per bug #382281. =20 (Portage version: 2.2.0_alpha54/cvs/Linux x86_64) Revision Changes Path 1.28 sci-misc/boinc/files/boinc.init file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/boinc/fil= es/boinc.init?rev=3D1.28&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/boinc/fil= es/boinc.init?rev=3D1.28&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/boinc/fil= es/boinc.init?r1=3D1.27&r2=3D1.28 Index: boinc.init =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/sci-misc/boinc/files/boinc.init,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- boinc.init 23 May 2011 19:47:46 -0000 1.27 +++ boinc.init 8 Sep 2011 15:56:24 -0000 1.28 @@ -1,6 +1,6 @@ #!/sbin/runscript =20 -opts=3D"${opts} attach" +extra_commands=3D"${opts} attach" =20 depend() { # we can use dns and net, but we can also in most cases live without th= em