Re: Thoughts on the location of configuration files

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: Thoughts on the location of configuration files
Дата
Msg-id 200112190623.BAA28967@www.wgcr.org
обсуждение исходный текст
Ответ на Re: Thoughts on the location of configuration files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Wednesday 19 December 2001 12:47 am, Bruce Momjian wrote:
> > Lamar Owen <lamar.owen@wgcr.org> writes:
> > > As to the security points that Tom brings up, you don't put anything in
> > > /etc directly -- you put it under /etc/pgsql, and lock it down the same
> > > as$PGDATA.

> > That'd work if we assume that /etc/pgsql can be owned by the postgres

> > Personally I think this would be a fine idea, I'm just worried that
> > we'll find packagers overriding the decision because "the Debian
> > standards don't allow you to do that" or whatever.

> Seems the proper default location is /usr/local/pgsql/config.  Anything
> else and non-root people have trouble with the install.

Oh, I'm not talking _default_ -- I'm talking 'optional and allowed'.  IMHO, 
default should be /usr/local/pgsql/etc. This is sysconfdir under configure in 
the default case, right? That's Peter's proposal -- use sysconfdir for its 
intended purpose in all installs.  Of course, sysconfdir varies -- but then a 
'pg_config --configure' gives you where things are by default..... Although I 
didn't know about 'statedir' being PREFIX/var by default.  Nice one to know.

Could pg_config possibly be endowed with another option -- while listing the 
options given to configure is nice, it would be nicer to list all the options 
configure had, including the defaults, in a slightly more useful form?
-- 
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: Thoughts on the location of configuration files
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: FreeBSD/alpha