summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/named4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.d/named b/etc/rc.d/named
index 808d253..9746f9d 100755
--- a/etc/rc.d/named
+++ b/etc/rc.d/named
@@ -48,6 +48,10 @@ chroot_autoupdate()
else
ln -s ${named_chrootdir}/etc/namedb /etc/namedb
fi
+ else
+ # Make sure it points to the right place.
+ ln -sf ${named_chrootdir}/etc/namedb /etc/namedb
+
fi
# Mount a devfs in the chroot directory if needed
OpenPOWER on IntegriCloud