* mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting when
auto-mounting /usr/bin.
This commit is contained in:
parent
e8d534d51a
commit
ef5da523a9
|
@ -1,3 +1,8 @@
|
||||||
|
2009-05-14 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting when
|
||||||
|
auto-mounting /usr/bin.
|
||||||
|
|
||||||
2009-05-14 Corinna Vinschen <corinna@vinschen.de>
|
2009-05-14 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* mount.cc (oopts): Add a no-op "auto" option.
|
* mount.cc (oopts): Add a no-op "auto" option.
|
||||||
|
|
|
@ -342,7 +342,7 @@ mount_info::init ()
|
||||||
{
|
{
|
||||||
stpcpy (p, "\\bin");
|
stpcpy (p, "\\bin");
|
||||||
mount_table->add_item (native, "/usr/bin",
|
mount_table->add_item (native, "/usr/bin",
|
||||||
MOUNT_SYSTEM | MOUNT_BINARY | MOUNT_AUTOMATIC | MOUNT_CYGWIN_EXEC);
|
MOUNT_SYSTEM | MOUNT_BINARY | MOUNT_AUTOMATIC);
|
||||||
}
|
}
|
||||||
if (!got_usr_lib)
|
if (!got_usr_lib)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue