]> code.ossystems Code Review - openembedded-core.git/commitdiff
xinetd: install xinetd supported services configuration
authoryadi.hu@windriver.com <yadi.hu@windriver.com>
Mon, 26 Oct 2015 09:17:03 +0000 (17:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:28:40 +0000 (11:28 +0000)
install xinetd supported services configuration, then these services
are able to work

Signed-off-by: Hu <yadi.hu@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/xinetd/xinetd_2.3.15.bb

index ffc03e5c709cae59fbb27c1430969c3acaef50b0..9af45a51f11b2c155a8b373d2e49ddae4e5f5fb5 100644 (file)
@@ -56,6 +56,7 @@ do_install() {
        install -m 644 "${WORKDIR}/xinetd.default" "${D}${sysconfdir}/default/xinetd"
        install -m 755 "${B}/xinetd/xinetd" "${D}${sbindir}"
        install -m 755 "${B}/xinetd/itox" "${D}${sbindir}"
+       install -m 664 ${S}/contrib/xinetd.d/* ${D}${sysconfdir}/xinetd.d
 
        # Install systemd unit files
        install -d ${D}${systemd_unitdir}/system