Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 459574

Summary: net-misc/tokyotyrant - use extra_started_commands instead of opts in init-script
Product: Gentoo Linux Reporter: Dmitri Bogomolov <4glitch>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 381895    
Attachments: diff for opts -> extra_commands replacement

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