From: Chen Qi <qi.c...@windriver.com>

Change /var/run/bind/run to /var/run/named to avoid the following error message.

  chmod: cannot access '/var/run/bind/run': No such file or directory

[YOCTO #4429]

Signed-off-by: Chen Qi <qi.c...@windriver.com>
---
 .../bind/bind-9.8.1/conf.patch                     |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/bind/bind-9.8.1/conf.patch 
b/meta/recipes-connectivity/bind/bind-9.8.1/conf.patch
index 6fea70e..2785c6a 100644
--- a/meta/recipes-connectivity/bind/bind-9.8.1/conf.patch
+++ b/meta/recipes-connectivity/bind/bind-9.8.1/conf.patch
@@ -270,8 +270,8 @@ diff -urN bind-9.3.1.orig/init.d bind-9.3.1/init.d
 +      # dirs under /var/run can go away on reboots.
 +      mkdir -p /var/run/named
 +      mkdir -p /var/cache/bind
-+      chmod 775 /var/run/bind/run
-+      chown root:bind /var/run/bind/run >/dev/null 2>&1 || true
++      chmod 775 /var/run/named
++      chown root:bind /var/run/named >/dev/null 2>&1 || true
 +
 +      if [ ! -x /usr/sbin/named ]; then
 +          echo "named binary missing - not starting"
-- 
1.7.9.5


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to