Opened 18 years ago

Closed 13 years ago

Last modified 13 years ago

#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 Changed 13 years ago by bird

Milestone: libc-0.7libc-0.6.4
Status: newassigned

comment:2 Changed 13 years ago by bird

Implemented in r3696.

comment:3 Changed 13 years ago by bird

Resolution: fixed
Status: assignedclosed

(In [3697]) libc: Added new env.var. LIBC_UNIX_EAS for controlling where EAs are used. Fixes #43.

comment:4 Changed 13 years ago by bird

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.