Re: [Aqsis-development] POSIX version of aqsis filesystem layout
Brought to you by:
ltatkinson,
pgregory
|
From: Will N. <wi...@mi...> - 2002-08-07 15:23:25
|
On Wednesday 07 Aug 2002 2:18 pm, Robert Monaghan wrote: > The only change I would request, is that the config files not be put in the > /etc/aqsis directory. This could limit the way I might use aqsis. Rather, > place the config files in $(prefix)/etc instead. OK. It is always possible to override the default settings with arguments to configure. It would be easier to make it $(prefix)/etc by default. > My concern is that I may have different versions of aqsis on the same box, > with different config files. Each version would default to its own config > file, if a general one isn't specific from the command line. Does aqsis > actually read a .aqsisrc file from the user's directory? That could be a > 3rd location to check too.. I believe so, if it doesn't I will make sure it does in future. |