Amanda 3.3.4
Hi again,
I'm setting up my DLE's now. Regarding include, exclude and append.
I figure 'include' and 'exclude' items are kept in separate lists? As such,
is this then the proper way to use these:
cfile.uphs.upenn.edu jet-k-l /jet {
gui-base
include "./[k-l]*"
exclude "./kable"
exclude append "./kimj"
exclude append "./lmo"
}
That is, the first 'exclude' does not have 'append' since it's a new
exclude list, separate from the include list. Is that right? If I just
always use 'exclude append', is that safe too? I figure it depends on
whether I define any exclude or include items in 'gui-base'. If I don't,
then I assume a new list is created with the first 'exclude' or 'exclude
append'?
Thanks
-M