[Osiris-devel]updated specs
Adam Shand
larry at spack.org
Mon Mar 19 13:09:15 EST 2001
> I thought so at first, but how would you specify to scan all files
> owned by bob except his pixmaps? I would think something like:
>
> This is a stupid example, but I think the point is clear.
good point now we're back to needing an order statement or to implictly do
it based on order in the config file. what if you wanted to included
files starting with "A" and exclude files ending in "g". again a stupid
example but which one over rides the other.
also, i hadn't thought about this until yoru example but can i do this:
<Directory />
Options scan_explicit,recursive
<Include>
user("bob") all
</Include>
<Exclude>
suffix("xpm")
</Exclude>
</Directory>
<Directory /usr>
Options scan_all,recursive
<Exclude>
user("bob") all
</Exclude>
</Directory>
also, side note is scan_only better then scan_explicit? it's shorter and
will be easier for non-english speaking people to make sense of (i'd
guess) but i think it's less accurate.
is the config file case sensitive?
and finally i like ScanExplicit better then scan_explicit but not enough
to bitch about it :)
adam.
More information about the osiris-devel
mailing list