Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550604 - net-misc/lldpd: add s6 support
Summary: net-misc/lldpd: add s6 support
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 23:56 UTC by William Hubbs
Modified: 2015-06-02 21:44 UTC (History)
0 users

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


Attachments
ebuild.patch (ebuild.patch,446 bytes, patch)
2015-05-28 00:02 UTC, William Hubbs
Details | Diff
lldpd-initd-s6 (lldpd-initd-s6,466 bytes, application/octet-stream)
2015-05-28 00:06 UTC, William Hubbs
Details
lldpd-run-s6 (lldpd-run-s6,34 bytes, application/octet-stream)
2015-05-28 00:06 UTC, William Hubbs
Details
lldpd-run-s6 (lldpd-run-s6,44 bytes, text/plain)
2015-05-28 20:27 UTC, William Hubbs
Details
ebuild.patch (ebuild.patch,686 bytes, patch)
2015-06-02 21:44 UTC, William Hubbs
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Hubbs gentoo-dev 2015-05-27 23:56:28 UTC
This is a revbump to add s6 support to lldpd.

I will attach an ebuild diff, the s6 init script and the s6 "run"
script.
Comment 1 William Hubbs gentoo-dev 2015-05-28 00:02:19 UTC
Created attachment 404124 [details, diff]
ebuild.patch

This installs the s6 init script and the run script for s6 as well.
Comment 2 William Hubbs gentoo-dev 2015-05-28 00:06:20 UTC
Created attachment 404126 [details]
lldpd-initd-s6

This is the init script for s6 support.
Comment 3 William Hubbs gentoo-dev 2015-05-28 00:06:48 UTC
Created attachment 404128 [details]
lldpd-run-s6

This is the s6 run script.
Comment 4 William Hubbs gentoo-dev 2015-05-28 20:27:31 UTC
Created attachment 404224 [details]
lldpd-run-s6

This is an updated run script; we need to redirect stderr to stdout.
Comment 5 William Hubbs gentoo-dev 2015-06-02 21:44:51 UTC
Created attachment 404488 [details, diff]
ebuild.patch

This update uses the s6 eclass which was just added to the tree.