Re: 1.5.16-1: chmod problem

2005-05-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Pach Roman (GS-EC/ESA4) * on 5/3/2005 10:53 PM: I admit I'm stubborn about this topic but I'd like to propose the change of chmod implementation. I thing, it would be nice if the 'chmod +/-w' would have in the discussed case the

Re: 1.5.16-1: chmod problem

2005-05-04 Thread Corinna Vinschen
On May 4 06:53, Pach Roman (GS-EC/ESA4) * wrote: I admit I'm stubborn about this topic but I'd like to propose the change of chmod implementation. I thing, it would be nice if the 'chmod +/-w' would have in the discussed case the same functionality as the Windows' command 'attrib'. See

Re: 1.5.16-1: chmod problem

2005-05-03 Thread Pach Roman (GS-EC/ESA4) *
I admit I'm stubborn about this topic but I'd like to propose the change of chmod implementation. I thing, it would be nice if the 'chmod +/-w' would have in the discussed case the same functionality as the Windows' command 'attrib'. See please the appended screenshot. U:\tmpls -l yahoo

Re: 1.5.16-1: chmod problem

2005-05-02 Thread Corinna Vinschen
On May 2 07:41, Pach Roman (GS-EC/ESA4) * wrote: Hello, I have tried now using strace. The file strace.14 has been generated for cygwin-1.5.14-1, and strace.15 for cygwin-1.5.15-1. The command used was: strace chmod +w /u/tmp/yahoo /tmp/strace.15 21 The concerned part from

Re: 1.5.16-1: chmod problem

2005-04-29 Thread Corinna Vinschen
On Apr 28 14:40, Pach Roman (GS-EC/ESA4) * wrote: Hello, the following commands run properly on the c:/drive c touch yahoo c ls -l yahoo -rw-rw-rw- 1 ropach mkpasswd 0 Apr 28 13:54 yahoo c chmod -w yahoo c ls -l yahoo -r--r--r-- 1 ropach mkpasswd 0 Apr 28 13:54 yahoo but

RE: 1.5.16-1: chmod problem

2005-04-29 Thread Dave Korn
Original Message From: Corinna Vinschen Sent: 29 April 2005 11:36 On Apr 28 14:40, Pach Roman (GS-EC/ESA4) * wrote: TEMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' TERM = `cygwin' TMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' TMP should probably better be a POSIX path, too. AYS? It seems

RE: 1.5.16-1: chmod problem

2005-04-29 Thread Jörg Schaible
Corinna Vinschen wrote on Friday, April 29, 2005 12:36 PM: [snip] TEMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' TERM = `cygwin' TMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' TMP should probably better be a POSIX path, too. Well, it's autoconverted: $ env | grep TMP

Re: 1.5.16-1: chmod problem

2005-04-29 Thread Corinna Vinschen
On Apr 29 13:15, J?rg Schaible wrote: Corinna Vinschen wrote on Friday, April 29, 2005 12:36 PM: [snip] TEMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' TERM = `cygwin' TMP = `C:\DOCUME~1\ropach\LOCALS~1\Temp' TMP should probably better be a POSIX path, too. Well, it's autoconverted:

Re: 1.5.16-1: chmod problem

2005-04-28 Thread Corinna Vinschen
On Apr 28 14:40, Pach Roman (GS-EC/ESA4) * wrote: Hello, the following commands run properly on the c:/drive c touch yahoo c ls -l yahoo -rw-rw-rw- 1 ropach mkpasswd 0 Apr 28 13:54 yahoo c chmod -w yahoo c ls -l yahoo -r--r--r-- 1 ropach mkpasswd 0 Apr 28 13:54 yahoo but