From: Yao Xinpan Date: Mon, 4 Aug 2014 09:15:20 +0000 (+0800) Subject: tcp-wrappers: install /etc/hosts.allow and /etc/hosts.deny X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32912 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e62b2c08df585a94d4713e5c88a64465f9bb88e6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tcp-wrappers: install /etc/hosts.allow and /etc/hosts.deny Signed-off-by: Yao Xinpan Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index 11cc243e6d6..4d6430634ef 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb @@ -119,5 +119,10 @@ do_install () { install -d ${D}${includedir} install -m 0644 tcpd.h ${D}${includedir}/ + + install -d ${D}${sysconfdir} + touch ${D}${sysconfdir}/hosts.allow + touch ${D}${sysconfdir}/hosts.deny } +FILES_${PN} += "${sysconfdir}/hosts.allow ${sysconfdir}/hosts.deny"