--- lldpd-0.7.13.ebuild 2015-01-31 02:05:54.000000000 -0600 +++ lldpd-0.7.13-r1.ebuild 2015-06-02 16:41:20.463561658 -0500 @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils user systemd bash-completion-r1 autotools +inherit eutils user systemd bash-completion-r1 autotools s6 DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)" HOMEPAGE="http://vincentbernat.github.com/lldpd/" @@ -91,6 +91,8 @@ newinitd "${FILESDIR}"/${PN}-initd-4 ${PN} newconfd "${FILESDIR}"/${PN}-confd-1 ${PN} + newinitd "${FILESDIR}"/${PN}-initd-s6 ${PN}-s6 + s6_install_service ${PN} "${FILESDIR}"/${PN}-run-s6 newbashcomp src/client/lldpcli.bash-completion lldpcli use doc && dohtml -r doxygen/html/*