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

Bug 550604

Summary: net-misc/lldpd: add s6 support
Product: Gentoo Linux Reporter: William Hubbs <williamh>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild.patch
lldpd-initd-s6
lldpd-run-s6
lldpd-run-s6
ebuild.patch

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.