From owner-freebsd-python@FreeBSD.ORG  Mon May 21 16:38:49 2012
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 38B641065670;
	Mon, 21 May 2012 16:38:49 +0000 (UTC)
	(envelope-from jhein@symmetricom.com)
Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214])
	by mx1.freebsd.org (Postfix) with ESMTP id 000C18FC15;
	Mon, 21 May 2012 16:38:48 +0000 (UTC)
Received: from gromit.timing.com (gromit.timing.com [206.168.13.209])
	by duck.symmetricom.us (8.14.5/8.14.5) with ESMTP id q4LGclB1068535;
	Mon, 21 May 2012 10:38:47 -0600 (MDT)
	(envelope-from jhein@symmetricom.com)
Received: from gromit.timing.com (localhost [127.0.0.1])
	by gromit.timing.com (8.14.5/8.14.5) with ESMTP id q4LGcTWb089693;
	Mon, 21 May 2012 10:38:29 -0600 (MDT)
	(envelope-from jhein@gromit.timing.com)
Received: (from jhein@localhost)
	by gromit.timing.com (8.14.5/8.14.5/Submit) id q4LGcTdP089692;
	Mon, 21 May 2012 10:38:29 -0600 (MDT) (envelope-from jhein)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Message-ID: <20410.28549.240670.261196@gromit.timing.com>
Date: Mon, 21 May 2012 10:38:29 -0600
From: John Hein <jhein@symmetricom.com>
To: Dmitry Sivachenko <demon@FreeBSD.org>
In-Reply-To: <4FA3EBD5.8010704@FreeBSD.org>
References: <4FA3EACA.5050209@FreeBSD.org>
	<4FA3EBD5.8010704@FreeBSD.org>
X-Mailer: VM 8.2.0b-trunk-1396 under 23.4.1 (i386-portbld-freebsd7.4)
Cc: python@FreeBSD.org
Subject: Re: /usr/local/share/python2.7/Tools permissions
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, 
	<mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
	<mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 May 2012 16:38:49 -0000

Dmitry Sivachenko wrote at 18:46 +0400 on May  4, 2012:
 > PS: the same permission problem with /usr/local/share/examples/pytho=
n2.7/
 > content.
 >
 > On 04.05.2012 18:42, Dmitry Sivachenko wrote:
 > > Hello!
 > >
 > > /usr/local/share/python2.7/Tools directory and all its content has=
 no 'other'
 > > permissions:
 > >
 > > # cd /usr/local/share/python2.7/Tools/
 > > # ls -la
 > > total 46/
 > > drwxr-x--- 22 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 .
 > > drwxr-xr-x 3 root wheel 512 3 =D0=BC=D0=B0=D0=B9 08:42 ..
 > > -rw-r--r-- 1 root wheel 1756 10 =D0=B0=D0=BF=D1=80 03:07 README
 > > drwxr-x--- 2 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 audiopy
 > > drwxr-x--- 3 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 bgen
 > > drwxr-x--- 2 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 buildbot
 > > drwxr-x--- 2 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 ccbench
 > > drwxr-x--- 2 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 compiler
 > > drwxr-x--- 2 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 faqwiz
 > > drwxr-x--- 3 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 framer
 > > drwxr-x--- 2 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 freeze
 > > drwxr-x--- 2 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 gdb
 > > drwxr-x--- 2 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 i18n
 > > drwxr-x--- 2 root wheel 512 10 =D0=B0=D0=BF=D1=80 03:07 iobench
 > > <...>
 > >
 > > I have umask=3D022.
 > >
 > > With python32 port I have no such a problem:
 > >
 > > # pwd
 > > /usr/local/share/python3.2/Tools
 > > # ls -la
 > > total 36
 > > drwxr-xr-x 17 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 .
 > > drwxr-xr-x 3 root wheel 512 27 =D0=B0=D0=B2=D0=B3 2011 ..
 > > -rw-r--r-- 1 root wheel 1639 9 =D0=B8=D1=8E=D0=BB 2011 README
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 buildbot
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 ccbench
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 demo
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 freeze
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 gdb
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 i18n
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 iobench
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 msi
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 parser
 > > drwxr-xr-x 3 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 pybench
 > > drwxr-xr-x 3 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 pynche
 > > drwxr-xr-x 2 root wheel 1536 9 =D0=B8=D1=8E=D0=BB 2011 scripts
 > > drwxr-xr-x 4 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 test2to3
 > > drwxr-xr-x 3 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 unicode
 > > drwxr-xr-x 2 root wheel 512 9 =D0=B8=D1=8E=D0=BB 2011 unittestgui
 > >
 > >
 > > Is there any reason for such permissions=3F
 > >
 > > Thanks!


http://www.freebsd.org/cgi/query-pr.cgi=3Fpr=3D152224