commit: b4b34d909c36898095a0036f90a328838137e3a4 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Tue Jul 1 12:14:31 2014 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 12:15:22 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=b4b34d90
Schedule removal of the opts variable from service scripts --- FEATURE-REMOVAL-SCHEDULE | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE index 57814d3..a6258a0 100644 --- a/FEATURE-REMOVAL-SCHEDULE +++ b/FEATURE-REMOVAL-SCHEDULE @@ -38,3 +38,14 @@ Why: Deprecated in favor of openrc-run and openrc due to naming Who: --------------------------- + +What: support for the opts variable in service scripts + +When: 1.0 + +Why: Depprecated in favor of extra_commands, extra_started_commands + and extra_stopped_commands. + +Who: + +---------------------------
