From owner-freebsd-python@FreeBSD.ORG Sun Jun 16 13:34:35 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B8DD2EB; Sun, 16 Jun 2013 13:34:35 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id DC3C51942; Sun, 16 Jun 2013 13:34:34 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id p58so1621275wes.40 for ; Sun, 16 Jun 2013 06:34:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject :mime-version:content-type:content-transfer-encoding; bh=cGVwkznahjhRXKMmfMu4G5EH/yy/nHYXeV+jGc9DcdY=; b=k9umaDxD18rK8e8CeRvJGJr2Sz7Le3dWjP9TSzoBwQ/gq4EYu8IPZpuUyajTOpu4iy waPSrSN+qhEQa/2X5muov3WrqX2ocS8wT4t+KC5EQHghguIaoBR7oFOAUjKEaoU72MqM BIkIf6g8dvZX/5uaTnluxaR/XTfQq7cRZQD4tW0r0WVRWTpQhKqMm+NJwlNngA/G+NXJ 1j+n7qsZwgURyXKnQSq+HZVpFlxQz2Onx6fqqlzcSbY0RspqjMId/VPXR8m7xabzAJfl y0QhX3yqAhCyF3+p0qNK2UxUA+3FACvqj3u3pUMPx30aOO66Dj87fJcfQ5LLEFGtJWlH GT4g== X-Received: by 10.194.178.138 with SMTP id cy10mr5593304wjc.61.1371389674035; Sun, 16 Jun 2013 06:34:34 -0700 (PDT) Received: from com.flipdogsolutions ([31.185.230.80]) by mx.google.com with ESMTPSA id b19sm15522358wik.10.2013.06.16.06.34.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 16 Jun 2013 06:34:32 -0700 (PDT) Date: Sun, 16 Jun 2013 14:34:27 +0100 From: Chris Rees To: FreeBSD-gnats-submit@freebsd.org,nemysis Message-ID: <951a0ffb-430f-4639-9166-96e161c65ec3.maildroid@localhost> In-Reply-To: <20130616112242.10FF4A42@hub.freebsd.org> References: <20130616112242.10FF4A42@hub.freebsd.org> Subject: Re: [PATCH] devel/py27-distribute: Fix reinstall MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: jpaetzel@freebsd.org, crees@physics.org, python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jun 2013 13:34:35 -0000 Why symbolic instead of hard? Chris