Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 603450
Collapse All | Expand All

(-)named.bak (+1 lines)
Lines 148-153 Link Here
148
			_mount /etc/bind ${CHROOT}/etc/bind -o bind
148
			_mount /etc/bind ${CHROOT}/etc/bind -o bind
149
			_mount /var/bind ${CHROOT}/var/bind -o bind
149
			_mount /var/bind ${CHROOT}/var/bind -o bind
150
			_mount /var/log/named ${CHROOT}/var/log/named -o bind
150
			_mount /var/log/named ${CHROOT}/var/log/named -o bind
151
			_mount /run ${CHROOT}/run -o bind
151
			if [ "${CHROOT_GEOIP:-0}" -eq 1 ]; then
152
			if [ "${CHROOT_GEOIP:-0}" -eq 1 ]; then
152
				_mount /usr/share/GeoIP ${CHROOT}/usr/share/GeoIP -o bind
153
				_mount /usr/share/GeoIP ${CHROOT}/usr/share/GeoIP -o bind
153
			fi
154
			fi

Return to bug 603450