Re: Trivial permission problem with external-projects.sgml / and a typo in postgresql.conf.sample

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Trivial permission problem with external-projects.sgml / and a typo in postgresql.conf.sample
Дата
Msg-id 17643.1131558723@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Trivial permission problem with external-projects.sgml / and a typo in postgresql.conf.sample  (Devrim GUNDUZ <devrim@gunduz.org>)
Список pgsql-patches
Devrim GUNDUZ <devrim@gunduz.org> writes:
> - - The external-projects.sgml file has +x permissions unlike the other
> files. Could you please fix it so that RPM checks won't compile?

A "find" turned up several other files that have +x and should not.
I removed +x permissions from all of these:

contrib/lo/Makefile
doc/src/sgml/external-projects.sgml
src/backend/catalog/system_views.sql
src/backend/port/tas/solaris_i386.s
src/backend/port/tas/solaris_sparc.s
src/pl/tcl/modules/pltcl_delmod.in
src/pl/tcl/modules/pltcl_listmod.in
src/pl/tcl/modules/pltcl_loadmod.in

For future reference, there was a previous discussion about this here:
http://archives.postgresql.org/pgsql-hackers/2003-11/msg01256.php
The way to fix a file's permission was outlined by Bruce.
What I did was:

ssh to cvs.postgresql.org
cd /cvsroot/pgsql/contrib/lo
cp -p Makefile,v Makefile,v.new
chmod -x Makefile,v.new
mv Makefile,v.new Makefile,v
etc

AFAIK any committer should have the privileges to do this.  Obviously
you want to be careful not to do it at the same time someone is
committing into the particular file ...

> - - ... and the attached patch fixes a trivial typo in
> postgresql.conf.sample.

Fixed, thanks.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Front-end libpq library : Extending PQconnectdb functionnalities to PQsetdbLogin
Следующее
От: Neil Conway
Дата:
Сообщение: Re: return can contains any row or record functions