#43 closed defect (fixed)
libc: Runtime configuration of where to use UnixEAs
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.4 |
Component: | libc-backend | Version: | 0.6 |
Severity: | normal | Keywords: | unixeas libc config env |
Cc: |
Description
This is a followup to #21. Should add some kind of env.var. for overriding the default configuration.
Change History (4)
comment:1 by , 14 years ago
Milestone: | libc-0.7 → libc-0.6.4 |
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 14 years ago
the value of the variable is on the forms:
set LIBC_UNIX_EAS=!c,!e-f,d,g-h
where the ! indicates drives which should not use EAs, while the ones without ! shall have. Drives that are not mentioned will be auto detected.
Note:
See TracTickets
for help on using tickets.
Implemented in r3696.