[OE-core] [oe-core][PATCH] tcp-wrappers: install /etc/hosts.allow and /etc/hosts.deny

Khem Raj raj.khem at gmail.com
Mon Aug 4 19:37:49 UTC 2014


On Mon, Aug 4, 2014 at 2:15 AM, Yao Xinpan <yaoxp at cn.fujitsu.com> wrote:
> +
> +       install -d ${D}${sysconfdir}
> +       touch ${D}${sysconfdir}/hosts.allow
> +       touch ${D}${sysconfdir}/hosts.deny
>  }
>
> +FILES_${PN} += "${sysconfdir}/hosts.allow ${sysconfdir}/hosts.deny"

these are dynamic files I dont think its the right place to put them.
probably a image post processing function would be ok



More information about the Openembedded-core mailing list