Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 22bfd645c1978a46f8f04e362b8d86df > files > 29

postfix-2.1.5-6mdk.src.rpm

#!/bin/sh
# update resolv.conf in postfix chroot environment
chroot_resolv=$(postconf -h queue_directory)/etc/resolv.conf
[ -f ${chroot_resolv} -a /etc/resolv.conf -nt ${chroot_resolv} ] &&
	cp -pf /etc/resolv.conf /var/spool/postfix/etc/resolv.conf > /dev/null

# i have no way to check if we are not chrooted and resolv.conf changed, i'll reload it anyway
/usr/sbin/postfix reload 2>/dev/null || true