diff options
author | yadi.hu@windriver.com <yadi.hu@windriver.com> | 2015-10-26 17:17:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:31 +0000 |
commit | 17733cc6073df875c08bbc02565a7216324890f7 (patch) | |
tree | a2e37fe1427b6a981c80ad290fa772507ba00482 | |
parent | aa1844e847a5f5f5ba36bfbf7bfc986de0913c57 (diff) | |
download | poky-17733cc6073df875c08bbc02565a7216324890f7.tar.gz |
xinetd: install xinetd supported services configuration
install xinetd supported services configuration, then these services
are able to work
(From OE-Core rev: 19040fb7898ffa30697577d43dd32cf279073d90)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb index ffc03e5c70..9af45a51f1 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb | |||
@@ -56,6 +56,7 @@ do_install() { | |||
56 | install -m 644 "${WORKDIR}/xinetd.default" "${D}${sysconfdir}/default/xinetd" | 56 | install -m 644 "${WORKDIR}/xinetd.default" "${D}${sysconfdir}/default/xinetd" |
57 | install -m 755 "${B}/xinetd/xinetd" "${D}${sbindir}" | 57 | install -m 755 "${B}/xinetd/xinetd" "${D}${sbindir}" |
58 | install -m 755 "${B}/xinetd/itox" "${D}${sbindir}" | 58 | install -m 755 "${B}/xinetd/itox" "${D}${sbindir}" |
59 | install -m 664 ${S}/contrib/xinetd.d/* ${D}${sysconfdir}/xinetd.d | ||
59 | 60 | ||
60 | # Install systemd unit files | 61 | # Install systemd unit files |
61 | install -d ${D}${systemd_unitdir}/system | 62 | install -d ${D}${systemd_unitdir}/system |