diff options
Diffstat (limited to 'databases/postgresql73-server/MESSAGE')
-rw-r--r-- | databases/postgresql73-server/MESSAGE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/postgresql73-server/MESSAGE b/databases/postgresql73-server/MESSAGE new file mode 100644 index 00000000000..dacacbbfc2a --- /dev/null +++ b/databases/postgresql73-server/MESSAGE @@ -0,0 +1,17 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/07/24 22:20:31 recht 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. + +=========================================================================== |