Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28388 - sys-apps/ifplugd-0.16 (update)
Summary: sys-apps/ifplugd-0.16 (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Wout Mertens (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-09-10 14:28 UTC by Tristan Henderson
Modified: 2003-11-17 08:35 UTC (History)
0 users

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


Attachments
ifplugd 0.16 ebuild (ifplugd-0.16.ebuild,1.50 KB, text/plain)
2003-09-10 14:29 UTC, Tristan Henderson
Details
patch so that ifplugd 0.16 will compile with gcc 2.95 (ifplugd-0.16-gcc2.patch,601 bytes, patch)
2003-09-10 14:29 UTC, Tristan Henderson
Details | Diff
Patch net rc-script to correctly restart dhcpcd when using ifplugd (ifplugd-net-rc.patch,405 bytes, patch)
2003-09-22 18:30 UTC, Mark Renouf
Details | Diff
ebuild for ifplugd 0.17b (ifplugd-0.17b.txt,1.46 KB, text/plain)
2003-10-02 06:27 UTC, Tristan Henderson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Henderson 2003-09-10 14:28:38 UTC
ifplugd version 0.16 is out. I had to make one small change so that it would compile with gcc-2.95.
Comment 1 Tristan Henderson 2003-09-10 14:29:12 UTC
Created attachment 17461 [details]
ifplugd 0.16 ebuild
Comment 2 Tristan Henderson 2003-09-10 14:29:38 UTC
Created attachment 17462 [details, diff]
patch so that ifplugd 0.16 will compile with gcc 2.95
Comment 3 Mark Renouf 2003-09-22 18:30:16 UTC
Created attachment 18181 [details, diff]
Patch net rc-script to correctly restart dhcpcd when using ifplugd

I'm not sure where this belongs, but I made a small patch to the net.eth0 rc
script.

When running ifplugd with dhcp, the interface never completely comes down after
ifplugd exectutes 'net.eth0 stop'. As a result, after reconnecting a cable, the
script sees the interface is up and skips starting dhcpcd.
Comment 4 Tristan Henderson 2003-10-02 06:27:29 UTC
Created attachment 18599 [details]
ebuild for ifplugd 0.17b

ifplugd 0.17b has now been released, which incorporates my gcc 2.95 fix.
I
haven't included the net.eth0 fix in this ebuild, although I agree that it's
necessary for ifplugd to work properly. So basically this ebuild is now
identical to the one in portage, just with a different version number. But
I
don't know how to make an old attachment obsolete without including a new
one
:-o
Comment 5 Wout Mertens (RETIRED) gentoo-dev 2003-11-17 08:35:10 UTC
I upped ifplugd to 0.20. Please test.

As for the net.eth0: I run with -a (auto), so that the interface is down when no cable is detected. If that doesn't work for you, you'll have to remove the "up"-if from net.eth0.

See also bug #28362