diff options
Diffstat (limited to 'databases/postgresql83-server/MESSAGE')
-rw-r--r-- | databases/postgresql83-server/MESSAGE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/postgresql83-server/MESSAGE b/databases/postgresql83-server/MESSAGE new file mode 100644 index 00000000000..9c1e88e5cba --- /dev/null +++ b/databases/postgresql83-server/MESSAGE @@ -0,0 +1,19 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2008/03/04 12:43:41 adam Exp $ + +To enable this package, put the following into your /etc/rc.conf: + + pgsql=yes + pgsql_flags="-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. + +Note: PostgreSQL 8.2 accepts TCP/IP connections on localhost address +by default. + +=========================================================================== |