pgsql/contrib/ipc_check README ipc_check.pl

Started by The Hermit Hackerover 25 years ago3 messagescomitters
Jump to latest
#1The Hermit Hacker
scrappy@hub.org

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy@hub.org 01/02/27 10:37:39

Added files:
contrib/ipc_check: README ipc_check.pl

Log message:
start of an admin tool for FreeBSD to help configure shared memory for
that machine

I kept the name as generic as possible though, as other OS should have
similar methods, so this can be extended "as appropriate" ...

#2Peter Eisentraut
peter_e@gmx.net
In reply to: The Hermit Hacker (#1)
Re: pgsql/contrib/ipc_check README ipc_check.pl

Marc G. Fournier writes:

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy@hub.org 01/02/27 10:37:39

Added files:
contrib/ipc_check: README ipc_check.pl

Log message:
start of an admin tool for FreeBSD to help configure shared memory for
that machine

I kept the name as generic as possible though, as other OS should have
similar methods, so this can be extended "as appropriate" ...

Isn't this something that should go into the documentation? AFAICT, the
program itself doesn't do anything except for a couple of multiplications
and printing messages.

--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/

#3The Hermit Hacker
scrappy@hub.org
In reply to: Peter Eisentraut (#2)
Re: pgsql/contrib/ipc_check README ipc_check.pl

On Tue, 27 Feb 2001, Peter Eisentraut wrote:

Marc G. Fournier writes:

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy@hub.org 01/02/27 10:37:39

Added files:
contrib/ipc_check: README ipc_check.pl

Log message:
start of an admin tool for FreeBSD to help configure shared memory for
that machine

I kept the name as generic as possible though, as other OS should have
similar methods, so this can be extended "as appropriate" ...

Isn't this something that should go into the documentation? AFAICT, the
program itself doesn't do anything except for a couple of multiplications
and printing messages.

I'm *hoping* that others, using other OSs, will increase its
functionality ... it was a start, meant to show how 'configuring the OS'
could be simplified ... from discussions over the years, most ppl don't
want to have to perform the calculations themselves or read the docs on
how to do thing (ala createuser createdb) ... this simplifies the process
for those under FreeBSD, and, I imagine, relatively easily extends into
those using Linux, and possible the other OSs ...