> -----Original Message-----
> From: Charles Wilson [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, May 03, 2002 1:46 PM

> That might work --- but I'd make it auto-reset after every 
> atomic write. 
>   So, you have to say
>    $ cat '1' > /proc/registry/.writeable
> 
>   $ <access one single "file" in the registry>
> 
>    $ cat /proc/registry/.writable
>    0

Two things: if /proc/registry isn't writable, cating 1 to
/proc/registry/.writeable won't work - without special case code. I'd
suggest /proc/sysopts/fs/registry/writeable.

Two, why not have two options:
writeable
nextwrite

one is persistent (until all cygwin processes end). The other is for a
single transaction.

Rob

--
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/

Reply via email to