summaryrefslogtreecommitdiff
path: root/databases/postgresql-server/MESSAGE
blob: 7e1666577e32a0c237e4967e515b1f83ecd80eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===========================================================================
$NetBSD: MESSAGE,v 1.1.2.1 2002/08/25 21:19:59 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 required)

and make sure

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

is started at boot time.

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