Robert Collins wrote:
> I have a choice to make: I can change
> acl foo type data
> acl foo type data
> ...
> to
> acl foo type
> acl foo data
...
> Are there any preferences ?
My preference is to have the type always listed, and barf loudly if the
user is stupid and does not know what he/she is doing. I think it is
less error prone that way, and surely less confusing when seeing config
fragments..
Also it allows for things like this without worry:
#acl foo type data
acl foo type moredata
acl foo type ...
#acl foo type otherdata
acl foo type evenmoredata
/Henrik
Received on Sat Mar 31 2001 - 17:40:27 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:42 MST