Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: "Mark Moore" <mark.moore@notlimited.com>
To: <cygwin@cygwin.com>
Subject: RE: 1.3.22: TMPDIR Initialization
Date: Sat, 5 Apr 2003 00:58:15 -0800
Message-ID: <000a01c2fb51$7f375290$02fda8c0@fatboy>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
Importance: Normal
In-Reply-To: <1049529037.3842.80.camel@localhost>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Authenticated-Sender: mark.moore@notlimited.com
X-MDRemoteIP: 64.170.115.151
X-Return-Path: mark.moore@notlimited.com
X-MDaemon-Deliver-To: cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h3591gl24369

Robert,

If the permission on the folder pointed to by $TEMP is going to be changed
during install, it seems to me it would be done by setup.exe.  If not, where
would that operation be performed?

It looks like chmod doesn't cut it:

markm@fatboy ~
$ ls -ld $TEMP
d---rwx---+   7 Administ SYSTEM      16384 Apr  5 00:10
/cygdrive/c/WINNT/TEMP

markm@fatboy ~
$ chmod +rw $TEMP

markm@fatboy ~
$ ls -ld $TEMP
drw-rwxr--+   7 Administ SYSTEM      16384 Apr  5 00:10
/cygdrive/c/WINNT/TEMP

markm@fatboy ~
$ perldoc perldoc
Error in tempfile() using /XXXXXXXXXX: Parent directory (/) is not writable
at /usr/bin/perldoc line 564

markm@fatboy ~
$


Notice that global rw permissions don't stick.




-----Original Message-----
From: Robert Collins [mailto:rbcollins@cygwin.com] 
Sent: Friday, April 04, 2003 11:51 PM
To: Mark Moore
Cc: cygwin@cygwin.com
Subject: RE: 1.3.22: TMPDIR Initialization

On Sat, 2003-04-05 at 17:43, Mark Moore wrote:
> Christopher,
> 
> I've read the http://cygwin.com/lists.html.  Here's the description for
the
> mailing list I posted to:
...

> The passage "[cygwin-apps] is the preferred location for design
discussions
> and bug reports regarding cygwin's setup.exe program" prompted me to send
> the post to the cygwin-apps forum.
> 
> If this is no longer the case, someone may want to change the
instructions.

What you posted has nothing to do with setup.exe.

Rob
-- 
GPG key available at: <http://users.bigpond.net.au/robertc/keys.txt>.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

