summaryrefslogtreecommitdiff
path: root/databases/postgresql-server/MESSAGE
blob: f038f8574fcce7fadc74acdf506101c010ad3488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===========================================================================
$NetBSD: MESSAGE,v 1.5 2002/08/30 16:58:44 wiz 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 make sure

	/usr/pkg/etc/rc.d/pgsql start

is started at boot time.

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