Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387337 - net-misc/miniupnpd: init.d script would benefit from depend { ... use minissdpd }
Summary: net-misc/miniupnpd: init.d script would benefit from depend { ... use minissd...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-16 21:19 UTC by Anthony Basile
Modified: 2011-10-17 12:03 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Basile gentoo-dev 2011-10-16 21:19:06 UTC
I just added net-misc/minissdpd to the tree.  This is a helper to miniupnpc and miniupnpd as described on the home page:

   http://miniupnp.free.fr/minissdpd.html

It helps speed up device discovery.  However, it should before either of these.  I've already added 

    depend() {
	need net
	before miniupnpd
    }

to the init script of minissdpd.  It would be useful if miniupnpd's init script had

    depend() {
	need net iptables
	use minissdpd
    }

So it can make use of it, if it is available.
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2011-10-17 12:03:17 UTC
Fixed :)