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

Bug 385633

Summary: sys-apps/xinetd init script should use extra_started_commands
Product: Gentoo Linux Reporter: Martin von Gagern <Martin.vGagern>
Component: [OLD] ServerAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6?revision=1.23&view=markup
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 381895    

Description Martin von Gagern 2011-10-04 17:56:39 UTC
The sys-apps/xinetd-2.3.14 init script uses variables deprecated by sys-apps/openrc-0.9.x. See bug #381895 for details.

 * Use of the opts variable is deprecated and will be
 * removed in the future.
 * Please use extra_commands or extra_started_commands.
 * Starting xinetd ...                                   [ok]
Comment 1 SpanKY gentoo-dev 2011-10-11 00:46:00 UTC
guess i forgot to commit the fix for this
Comment 2 SpanKY gentoo-dev 2011-10-11 01:26:32 UTC
should be all set now in the tree; thanks for the report!

Commit message: Convert opts to extra_started_commands
http://sources.gentoo.org/sys-apps/xinetd/files/xinetd.rc6?r1=1.23&r2=1.24