Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88222 - ifplugd init script should depend on pcmcia
Summary: ifplugd init script should depend on pcmcia
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Aaron Walker (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-06 18:16 UTC by Enderson Tadeu S. Maia (RETIRED)
Modified: 2005-04-09 09:21 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 Enderson Tadeu S. Maia (RETIRED) gentoo-dev 2005-04-06 18:16:14 UTC
I'm using ifplugd at my notebook, and configured it to work on eth0 and eth1.
eth1 is my pcmcia wireless interface, pcmcia and ifplgud are on default runlevel,
but ifplugd starts before pcmcia, so it can't start net.eth1 script if the
pcmcia card is already at the notebook.

ifplugd init script needs a 

depend(){
  before pcmcia
}
Comment 1 Enderson Tadeu S. Maia (RETIRED) gentoo-dev 2005-04-06 18:17:08 UTC
sorrry, =/

It should depend on pcmcia, not start before. duh
Comment 2 Aaron Walker (RETIRED) gentoo-dev 2005-04-09 09:21:02 UTC
Fixed.