public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* gnu-win32 without registry entries?
@ 1998-10-13 19:03 john_r_velman
  1998-10-14 22:34 ` Anthony Ortenzi
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: john_r_velman @ 1998-10-13 19:03 UTC (permalink / raw)
  To: gnu-win32

As far as I can tell, the only thing the registry entries are used for is 
to set up the simulated mounts, with the binary text options.

How much trouble would it be to do this with a mount table as per Linux, 
instead of putting it in the registry?  

One reason I ask is that I work for a big company and our IS people want 
everyone to have standard registry entries.  It seems to me that everything 
else I really need works without messing with the registry.

Other than that, I'm really quite pleased with cyg-win/gnu-win.

John Velman
jrvelman@mail.hac.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: gnu-win32 without registry entries?
@ 1998-10-15 21:47 Anthony Tuininga
  0 siblings, 0 replies; 10+ messages in thread
From: Anthony Tuininga @ 1998-10-15 21:47 UTC (permalink / raw)
  To: Enoch Wu, john_r_velman, gnu-win32

The location can be set via environment variable with an appropriate
default. I would much prefer this method as well as the registry is a big
conglomeration of everything under the sun -- including entries from
programs you uninstalled years ago.... :-)

-----Original Message-----
From: Enoch Wu [ mailto:wue@eskimo.com ]
Sent: Wednesday, October 14, 1998 6:58 PM
To: john_r_velman@mail.hac.com; gnu-win32@cygnus.com
Subject: Re: gnu-win32 without registry entries?


Hi all,

I second it!  We should be able to use a mount table like linux's fstab on
the C drive's root directory. How do you mount it on c:/root/b19/etc/fstab
for example, assuming the root is at c:/root/b19 ?  Perhaps the location of
fstab can be hard-coded like c:/root/etc/fstab.

Enoch

At 05:34 PM 10/13/98 -0700, john_r_velman@mail.hac.com wrote:
>As far as I can tell, the only thing the registry entries are used for is 
>to set up the simulated mounts, with the binary text options.
>
>How much trouble would it be to do this with a mount table as per Linux, 
>instead of putting it in the registry?  
>
>One reason I ask is that I work for a big company and our IS people want 
>everyone to have standard registry entries.  It seems to me that everything

>else I really need works without messing with the registry.
>
>Other than that, I'm really quite pleased with cyg-win/gnu-win.
>
>John Velman
>jrvelman@mail.hac.com
>-
>For help on using this list (especially unsubscribing), send a message to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>
>
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: gnu-win32 without registry entries?
@ 1998-10-16  1:09 Earnie Boyd
  1998-10-22  6:56 ` Austin David France
  0 siblings, 1 reply; 10+ messages in thread
From: Earnie Boyd @ 1998-10-16  1:09 UTC (permalink / raw)
  To: Enoch Wu, john_r_velman, gnu-win32

Since I've stated this before, I'll third it.  As to how to find
/etc/fstab use an environment variable called CYGROOT.  If CYGROOT
doesn't exist then it must be c:/etc/fstab.

---Enoch Wu <wue@eskimo.com> wrote:
>
> Hi all,
> 
> I second it!  We should be able to use a mount table like linux's
fstab on
> the C drive's root directory. How do you mount it on
c:/root/b19/etc/fstab
> for example, assuming the root is at c:/root/b19 ?  Perhaps the
location of
> fstab can be hard-coded like c:/root/etc/fstab.
> 
> Enoch
> 
> At 05:34 PM 10/13/98 -0700, john_r_velman@mail.hac.com wrote:
> >As far as I can tell, the only thing the registry entries are used
for is 
> >to set up the simulated mounts, with the binary text options.
> >
> >How much trouble would it be to do this with a mount table as per
Linux, 
> >instead of putting it in the registry?  
> >
> >One reason I ask is that I work for a big company and our IS people
want 
> >everyone to have standard registry entries.  It seems to me that
everything 
> >else I really need works without messing with the registry.
> >
> >Other than that, I'm really quite pleased with cyg-win/gnu-win.
> >
> >John Velman
> >jrvelman@mail.hac.com
> >-
> >For help on using this list (especially unsubscribing), send a
message to
> >"gnu-win32-request@cygnus.com" with one line of text: "help".
> >
> >
> -
> For help on using this list (especially unsubscribing), send a
message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
> 

==
-                \\||//
-----------o0O0--Earnie--0O0o------------
--        earnie_boyd@yahoo.com        --
-- http://freeyellow.com/members5/gw32 --
--------------ooo0O--O0ooo---------------

PS: Newbie's, you should visit my page.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~1998-10-23 21:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-13 19:03 gnu-win32 without registry entries? john_r_velman
1998-10-14 22:34 ` Anthony Ortenzi
1998-10-14 22:34 ` Anthony Ortenzi
1998-10-15  0:44 ` Enoch Wu
1998-10-16 17:16   ` Michael Hirmke
1998-10-16 21:54   ` Larry Hall
1998-10-15 21:47 Anthony Tuininga
1998-10-16  1:09 Earnie Boyd
1998-10-22  6:56 ` Austin David France
1998-10-23 21:27   ` Jeff Sturm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).