diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-07-01 07:14:31 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-07-01 07:15:22 -0500 |
commit | b4b34d909c36898095a0036f90a328838137e3a4 (patch) | |
tree | 5d3a7aade391b524261cc492677f339cbd76fe30 | |
parent | 56112a6f1f176696e5f39a86fe4b52017ccdd04c (diff) |
Schedule removal of the opts variable from service scripts
-rw-r--r-- | FEATURE-REMOVAL-SCHEDULE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE index 57814d34..a6258a04 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: + +--------------------------- |