===========================================================================
$NetBSD: MESSAGE,v 1.7 2002/10/19 18:01:19 jlam Exp $

To enable this package, put the following into your /etc/rc.conf:

	pgsql=yes
	pgsql_flags="-i"        # allows TCP/IP connections
	pgsql_flags="-i -l"     # enables SSL connections (TCP/IP and
				# ~pgsql/data/server.crt required)

and ensure that

	${RCD_SCRIPTS_DIR}/pgsql start

is run at the appropriate time.

===========================================================================
