head	1.2;
access;
symbols
	REL7_4_29:1.1
	REL8_0_25:1.1
	REL7_4_28:1.1
	REL8_0_24:1.1
	REL7_4_27:1.1
	REL8_0_23:1.1
	REL7_4_26:1.1
	REL8_0_22:1.1
	REL7_4_25:1.1
	REL8_0_21:1.1
	REL7_4_24:1.1
	REL8_0_20:1.1
	REL7_4_23:1.1
	REL8_0_19:1.1
	REL7_4_22:1.1
	REL8_0_18:1.1
	REL7_4_21:1.1
	REL8_0_17:1.1
	REL7_4_20:1.1
	REL8_0_16:1.1
	REL7_3_21:1.1
	REL7_4_19:1.1
	REL8_0_15:1.1
	REL7_3_20:1.1
	REL7_4_18:1.1
	REL8_0_14:1.1
	REL7_3_19:1.1
	REL7_4_17:1.1
	REL8_0_13:1.1
	REL8_0_12:1.1
	REL7_3_18:1.1
	REL7_4_16:1.1
	REL8_0_11:1.1
	REL8_0_10:1.1
	REL7_4_15:1.1
	REL7_3_17:1.1
	REL8_0_9:1.1
	REL7_4_14:1.1
	REL7_3_16:1.1
	REL7_3_15:1.1
	REL7_4_13:1.1
	REL8_0_8:1.1
	REL7_3_14:1.1
	REL7_4_12:1.1
	REL8_0_7:1.1
	REL7_3_13:1.1
	REL7_4_11:1.1
	REL8_0_6:1.1
	REL7_3_12:1.1
	REL7_4_10:1.1
	REL8_0_5:1.1
	REL7_3_11:1.1
	REL7_4_9:1.1
	REL8_0_4:1.1
	REL7_2_8:1.1
	REL7_3_10:1.1
	REL7_4_8:1.1
	REL8_0_3:1.1
	REL8_0_2:1.1
	REL7_2_7:1.1
	REL7_3_9:1.1
	REL7_4_7:1.1
	REL8_0_1:1.1
	REL8_0_STABLE:1.1.0.14
	REL8_0_0:1.1.0.12
	REL8_0_0RC5:1.1
	REL8_0_0RC4:1.1
	REL8_0_0RC3:1.1
	REL8_0_0RC2:1.1
	REL8_0_0RC1:1.1
	REL8_0_0BETA5:1.1
	REL8_0_0BETA4:1.1
	REL7_4_6:1.1
	REL7_3_8:1.1
	REL7_2_6:1.1
	REL8_0_0BETA3:1.1
	REL8_0_0BETA2:1.1
	REL7_2_5:1.1
	REL7_4_5:1.1
	REL7_3_7:1.1
	REL7_4_4:1.1
	REL8_0_0BETA1:1.1
	REL7_4_3:1.1
	REL7_4_2:1.1
	REL7_3_6:1.1
	REL7_4_1:1.1
	REL7_3_5:1.1
	REL7_4:1.1
	REL7_4_RC2:1.1
	REL7_4_STABLE:1.1.0.10
	REL7_4_RC1:1.1
	REL7_4_BETA5:1.1
	REL7_4_BETA4:1.1
	REL7_4_BETA3:1.1
	REL7_4_BETA2:1.1
	WIN32_DEV:1.1.0.8
	REL7_4_BETA1:1.1
	REL7_3_4:1.1
	REL7_3_2:1.1
	REL7_2_4:1.1
	REL7_3_STABLE:1.1.0.6
	REL7_2_3:1.1
	REL7_2_STABLE:1.1.0.4
	REL7_2:1.1
	REL7_2_RC2:1.1
	REL7_2_RC1:1.1
	REL7_2_BETA5:1.1
	REL7_2_BETA4:1.1
	REL7_2_BETA3:1.1
	REL7_2_BETA2:1.1
	REL7_2_BETA1:1.1
	REL7_1_2:1.1
	REL7_1_STABLE:1.1.0.2
	REL7_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.06.22.22.56.26;	author tgl;	state dead;
branches;
next	1.1;

1.1
date	2001.02.27.15.37.39;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove contrib modules that have been agreed to be obsolete.
(There are more that will be removed once they've been copied to
pgfoundry.org.)
@
text
@
This simple perl script was designed under FreeBSD, and, right now, is
limited to it.  It provides a simple way of determining and directing
administrators in what has to be done to get IPC working, and configured.

Usage:

ipc_check.pl 

	- simply checks for semaphores and shared memory being enabled
	- if one or other is not enabled, appropriate "options" are provided
	  to get it compiled into the kernel

ipc_check.pl -B <# of buffers>

	- checks to see if there are sufficient shared memory buffers to
	  run the postmaster with a -B option as provided
	- if insufficient buffers are provided, appropriate 'sysctl' commands,
	  and instructions, are provided to the administrator to increase
          them


@


1.1
log
@
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" ...
@
text
@@

