diff options
author | 2011-10-23 18:55:54 +0000 | |
---|---|---|
committer | 2011-10-23 18:55:54 +0000 | |
commit | 69881c594c85e36903780968707766248572e60f (patch) | |
tree | 24e6732c1ad810dec48944615d18587a3adcbf20 /sci-misc | |
parent | Replaced deprecated opts variable in init script (bug #385641) (diff) | |
download | gentoo-2-69881c594c85e36903780968707766248572e60f.tar.gz gentoo-2-69881c594c85e36903780968707766248572e60f.tar.bz2 gentoo-2-69881c594c85e36903780968707766248572e60f.zip |
Fixed remaining issues with opts variable deprecation in init script (bug #382281)
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/boinc/files/boinc.init | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 902164ac6c84..4b38ce373beb 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,10 @@ # 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.103 2011/09/08 15:56:24 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.104 2011/10/23 18:55:54 polynomial-c Exp $ + + 23 Oct 2011; Lars Wendler <polynomial-c@gentoo.org> files/boinc.init: + non-maintainer commit: Fixed remaining issues with opts variable deprecation + in init script (bug #382281). 08 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> files/boinc.init: Use extra_commands instead of opts. Per bug #382281. diff --git a/sci-misc/boinc/files/boinc.init b/sci-misc/boinc/files/boinc.init index 162d695041c7..fc14a529f6e7 100644 --- a/sci-misc/boinc/files/boinc.init +++ b/sci-misc/boinc/files/boinc.init @@ -1,6 +1,6 @@ #!/sbin/runscript -extra_commands="${opts} attach" +extra_started_commands="attach" depend() { # we can use dns and net, but we can also in most cases live without them |