Pushing init scripts into contrib/

Started by Devrim GUNDUZabout 20 years ago5 messages
#1Devrim GUNDUZ
devrim@commandprompt.com

Hi,

PostgreSQL source tree had init scripts in contrib/ years before:

http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/linux/?hideattic=0#dirlist

I suggest to push the init scripts again into contrib/, for people who
don'u use packaged versions and need init scripts.

We could supply different scripts for different platforms, like the init
scripts of our RPMs, init scripts of Debian, etc.

Any objections?

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Devrim GUNDUZ (#1)
Re: Pushing init scripts into contrib/

Devrim GUNDUZ <devrim@commandprompt.com> writes:

PostgreSQL source tree had init scripts in contrib/ years before:
http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/linux/?hideattic=0#dirlist

Aren't those dead versions of what's now in contrib/start-scripts/ ?

regards, tom lane

#3Andrew Dunstan
andrew@dunslane.net
In reply to: Devrim GUNDUZ (#1)
Re: Pushing init scripts into contrib/

Devrim GUNDUZ wrote:

Hi,

PostgreSQL source tree had init scripts in contrib/ years before:

http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/linux/?hideattic=0#dirlist

I suggest to push the init scripts again into contrib/, for people who
don'u use packaged versions and need init scripts.

We could supply different scripts for different platforms, like the
init scripts of our RPMs, init scripts of Debian, etc.

Any objections?

There are too many versions of too many platforms to have to keep up
with, IMNSHO. Might be a good pgfoundry project, just as the binary
distros are.

cheers

andrew

#4Joshua D. Drake
jd@commandprompt.com
In reply to: Andrew Dunstan (#3)
Re: Pushing init scripts into contrib/

There are too many versions of too many platforms to have to keep up
with, IMNSHO. Might be a good pgfoundry project, just as the binary
distros are.

In general yes BUT it seems like a good idea to have:

Linux
FreeBSD
MacOSX
Solaris

As though are the most popular platforms.

Sincerely,

Joshua D. Drake

Show quoted text

cheers

andrew

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

#5Devrim GUNDUZ
devrim@commandprompt.com
In reply to: Tom Lane (#2)
Re: Pushing init scripts into contrib/

Hi,

On Mon, 26 Dec 2005, Tom Lane wrote:

Devrim GUNDUZ <devrim@commandprompt.com> writes:

PostgreSQL source tree had init scripts in contrib/ years before:
http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/linux/?hideattic=0#dirlist

Aren't those dead versions of what's now in contrib/start-scripts/ ?

Oh... I haven't seen start-scripts :(

Thanks.
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/