From: Andrew Z. <an...@sp...> - 2006-08-14 23:09:57
|
David Bruce wrote: > On Monday 14 August 2006 16:28, Yves Combe wrote: > > Also, I put the master config file (for installation-wide, admin-type > settings) in the data directory (/usr/local/share/tuxmath if installed > with "make install"), but I wonder if it really belongs under /etc. My > understanding is that programs installed under /usr/local should not > touch /etc. Any advice would be appreciated. > See the following link about the variables prefix and sysconfdir: http://www.gnu.org/software/make/manual/html_node/Directory-Variables.html#Directory-Variables The prefix is either /usr (used with packages such as .deb or .rpm) or /usr/local (typically used when installing without a package), so the configuration directory is either /etc or /usr/local/etc. Andrew |