pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May 28 13:40:40 UTC 2019

Added Files:
        pkgsrc/databases/postgresql10-server: MESSAGE.rcd
        pkgsrc/databases/postgresql11-server: MESSAGE.rcd
        pkgsrc/databases/postgresql94-server: MESSAGE.rcd
        pkgsrc/databases/postgresql95-server: MESSAGE.rcd
        pkgsrc/databases/postgresql96-server: MESSAGE.rcd
Removed Files:
        pkgsrc/databases/postgresql10-server: MESSAGE
        pkgsrc/databases/postgresql11-server: MESSAGE
        pkgsrc/databases/postgresql94-server: MESSAGE
        pkgsrc/databases/postgresql95-server: MESSAGE
        pkgsrc/databases/postgresql96-server: MESSAGE

Log Message:
postgresql*-server: Move MESSAGE to MESSAGE.rcd.

The contents are 100% specific to rc.d and just create noise on hosts using
a different INIT_SYSTEM.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/postgresql10-server/MESSAGE
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/postgresql10-server/MESSAGE.rcd
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/postgresql11-server/MESSAGE
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/postgresql11-server/MESSAGE.rcd
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/postgresql94-server/MESSAGE
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/postgresql94-server/MESSAGE.rcd
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/postgresql95-server/MESSAGE
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/postgresql95-server/MESSAGE.rcd
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/postgresql96-server/MESSAGE
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/postgresql96-server/MESSAGE.rcd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/databases/postgresql10-server/MESSAGE.rcd
diff -u /dev/null pkgsrc/databases/postgresql10-server/MESSAGE.rcd:1.1
--- /dev/null   Tue May 28 13:40:40 2019
+++ pkgsrc/databases/postgresql10-server/MESSAGE.rcd    Tue May 28 13:40:40 2019
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE.rcd,v 1.1 2019/05/28 13:40:40 jperkin 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 accepts TCP/IP connections on localhost address by default.
+
+===========================================================================

Index: pkgsrc/databases/postgresql11-server/MESSAGE.rcd
diff -u /dev/null pkgsrc/databases/postgresql11-server/MESSAGE.rcd:1.1
--- /dev/null   Tue May 28 13:40:40 2019
+++ pkgsrc/databases/postgresql11-server/MESSAGE.rcd    Tue May 28 13:40:40 2019
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE.rcd,v 1.1 2019/05/28 13:40:40 jperkin 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 accepts TCP/IP connections on localhost address by default.
+
+===========================================================================

Index: pkgsrc/databases/postgresql94-server/MESSAGE.rcd
diff -u /dev/null pkgsrc/databases/postgresql94-server/MESSAGE.rcd:1.1
--- /dev/null   Tue May 28 13:40:40 2019
+++ pkgsrc/databases/postgresql94-server/MESSAGE.rcd    Tue May 28 13:40:40 2019
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE.rcd,v 1.1 2019/05/28 13:40:40 jperkin 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 accepts TCP/IP connections on localhost address by default.
+
+===========================================================================

Index: pkgsrc/databases/postgresql95-server/MESSAGE.rcd
diff -u /dev/null pkgsrc/databases/postgresql95-server/MESSAGE.rcd:1.1
--- /dev/null   Tue May 28 13:40:40 2019
+++ pkgsrc/databases/postgresql95-server/MESSAGE.rcd    Tue May 28 13:40:40 2019
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE.rcd,v 1.1 2019/05/28 13:40:40 jperkin 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 accepts TCP/IP connections on localhost address by default.
+
+===========================================================================

Index: pkgsrc/databases/postgresql96-server/MESSAGE.rcd
diff -u /dev/null pkgsrc/databases/postgresql96-server/MESSAGE.rcd:1.1
--- /dev/null   Tue May 28 13:40:40 2019
+++ pkgsrc/databases/postgresql96-server/MESSAGE.rcd    Tue May 28 13:40:40 2019
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE.rcd,v 1.1 2019/05/28 13:40:40 jperkin 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 accepts TCP/IP connections on localhost address by default.
+
+===========================================================================



Home | Main Index | Thread Index | Old Index