mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
If /etc/named is a symlink, try to make sure it points the right place.
This commit is contained in:
parent
839f811c6a
commit
cb16893698
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139015
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user