mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
This file is not needed anymore as bind daemon will create them by itself. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
5 lines
169 B
PHP
5 lines
169 B
PHP
do_install:append() {
|
|
sed -i '/^\s*\/usr\/sbin\/rndc-confgen/a\
|
|
[ -x /sbin/restorecon ] && /sbin/restorecon -F /etc/bind/rndc.key' ${D}${sysconfdir}/init.d/bind
|
|
}
|