On 2006-03-17, Kathryn Andersen <[EMAIL PROTECTED]> wrote: > On Fri, Mar 17, 2006 at 09:51:49PM +0200, Tuomo Valkonen wrote: >> >> 2006-03-15 18:23 UTC Tuomo Valkonen <[EMAIL PROTECTED]> >> * Changes in the set of configuration files. >> - cfg_ion.lua now simply load cfg_ioncore.lua and cfg_modules.lua >> with the default set of modules, and includes some of the most >> commonly changed options commented-out. This deprecates cfg_user.lua > > If this depreciates cfg_user.lua, what should we use instead? > Should we make our own cfg_ion.lua for our own settings or what? > Why is this better?
cfg_user.lua support is still there, but it should not be needed. cfg_ion.lua now contains less necessary code (just loads cfg_ioncore, cfg_kludges and cfg_modules) so a custom version with extra settings can be created without having to worry about missing changes in the default configuration. -- Tuomo
