View | Details | Raw Unified | Return to bug 263487
Collapse All | Expand All

(-)b/dns/bind918/files/named.in (-2 / +2 lines)
Lines 141-147 chroot_autoupdate() Link Here
141
       # The OpenSSL engines and BIND9 plugins should be present in the
141
       # The OpenSSL engines and BIND9 plugins should be present in the
142
       # chroot, named loads them after chrooting.
142
       # chroot, named loads them after chrooting.
143
       null_mount_or_copy ${_openssl_engines}
143
       null_mount_or_copy ${_openssl_engines}
144
       null_mount_or_copy %%PREFIX%%/lib/named
144
       null_mount_or_copy %%PREFIX%%/lib/bind
145
145
146
       # Copy and/or update key files to the chroot /etc
146
       # Copy and/or update key files to the chroot /etc
147
       #
147
       #
Lines 225-231 named_stop() Link Here
225
named_poststop()
225
named_poststop()
226
{
226
{
227
       if [ -n "${named_chrootdir}" ]; then
227
       if [ -n "${named_chrootdir}" ]; then
228
               null_umount %%PREFIX%%/lib/named
228
               null_umount %%PREFIX%%/lib/bind
229
               null_umount ${_openssl_engines}
229
               null_umount ${_openssl_engines}
230
               if [ -c ${named_chrootdir}/dev/null ]; then
230
               if [ -c ${named_chrootdir}/dev/null ]; then
231
                       # unmount /dev
231
                       # unmount /dev

Return to bug 263487