From 0f7415a52584173509f490b247a34cebadf62c0a Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Thu, 8 Sep 2011 15:56:24 +0000 Subject: Use extra_commands instead of opts. Per bug #382281. (Portage version: 2.2.0_alpha54/cvs/Linux x86_64) --- sci-misc/boinc/ChangeLog | 5 ++++- sci-misc/boinc/files/boinc.init | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'sci-misc') diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 201e972e00cb..902164ac6c84 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/boinc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.102 2011/07/11 21:15:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.103 2011/09/08 15:56:24 scarabeus Exp $ + + 08 Sep 2011; Tomáš Chvátal files/boinc.init: + Use extra_commands instead of opts. Per bug #382281. *boinc-6.12.33 (11 Jul 2011) diff --git a/sci-misc/boinc/files/boinc.init b/sci-misc/boinc/files/boinc.init index c24359930e46..162d695041c7 100644 --- a/sci-misc/boinc/files/boinc.init +++ b/sci-misc/boinc/files/boinc.init @@ -1,6 +1,6 @@ #!/sbin/runscript -opts="${opts} attach" +extra_commands="${opts} attach" depend() { # we can use dns and net, but we can also in most cases live without them -- cgit v1.2.3-65-gdbad