Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459574 - net-misc/tokyotyrant - use extra_started_commands instead of opts in init-script
Summary: net-misc/tokyotyrant - use extra_started_commands instead of opts in init-script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: init.d-depr-opts
  Show dependency tree
 
Reported: 2013-02-27 17:31 UTC by Dmitri Bogomolov
Modified: 2013-02-28 04:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
diff for opts -> extra_commands replacement (tokyotyrant.initd.diff,429 bytes, patch)
2013-02-27 17:32 UTC, Dmitri Bogomolov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Bogomolov 2013-02-27 17:31:17 UTC
/sbin/runscripts warns about deprecation of opts variable when I start tokyotyrant service.

Reproducible: Always

Steps to Reproduce:
1. /etc/init.d/tokyotyrant start
Actual Results:  
 * Use of the opts variable is deprecated and will be
 * removed in the future.
 * Please use extra_commands, extra_started_commands or extra_stopped_commands.
 * Starting tokyo tyrant ...                                                                          [ ok ]

Expected Results:  
 * Starting tokyo tyrant ...                                                                          [ ok ]
Comment 1 Dmitri Bogomolov 2013-02-27 17:32:37 UTC
Created attachment 340394 [details, diff]
diff for opts -> extra_commands replacement
Comment 2 Patrick Lauer gentoo-dev 2013-02-28 04:44:28 UTC
+  28 Feb 2013; Patrick Lauer <patrick@gentoo.org> +tokyotyrant-1.1.41-r1.ebuild,
+  -tokyotyrant-1.1.41.ebuild, files/tokyotyrant.initd:
+  Bump to force update init script #459574