if [ -s $MYRESOLVCONF ]; then
rm -f /etc/resolv.conf
cp $MYRESOLVCONF /etc/resolv.conf
[ -x "$RESOLV_POSTIN_CMD" ] && $RESOLV_POSTIN_CMD
[ -x "$RESOLV_POSTIN_CMD" ] && $RESOLV_POSTIN_CMD $RESOLV_POSTIN_CMD_ARGS
print_progress
fi
RESOLV_POSTIN_CMD=/sbin/update_chrooted conf
RESOLV_POSTIN_CMD=/sbin/update_chrooted
RESOLV_POSTIN_CMD_ARGS=conf