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

Bug 393113

Summary: mail-filter/dspam: replace opts in init script
Product: Gentoo Linux Reporter: Sven Schwyn (svoop) <gentoo>
Component: New packagesAssignee: Alin Năstac (RETIRED) <mrness>
Status: RESOLVED FIXED    
Severity: normal CC: net-mail+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 381895    

Description Sven Schwyn (svoop) 2011-12-04 12:08:27 UTC
To prevent the "Use of the opts variable is deprecated" warning, the following line has to be changed in files/dspam.initd:

-opts="${opts} reload"
+extra_started_commands="reload"


Reproducible: Always
Comment 1 Tim Harder gentoo-dev 2011-12-06 05:44:24 UTC
Fixed in CVS.