summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2019-05-28 13:40:40 +0000
committerjperkin <jperkin@pkgsrc.org>2019-05-28 13:40:40 +0000
commit0a0ab69d451e0ad2baf55af4db1486dab909dc0b (patch)
treeac6e2063df1184f52628f365741b9742988d618b
parent464f69e0128ef14fbc89b14358937dbf51abb0c0 (diff)
downloadpkgsrc-0a0ab69d451e0ad2baf55af4db1486dab909dc0b.tar.gz
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.
-rw-r--r--databases/postgresql10-server/MESSAGE.rcd (renamed from databases/postgresql10-server/MESSAGE)2
-rw-r--r--databases/postgresql11-server/MESSAGE.rcd (renamed from databases/postgresql11-server/MESSAGE)2
-rw-r--r--databases/postgresql94-server/MESSAGE.rcd (renamed from databases/postgresql94-server/MESSAGE)2
-rw-r--r--databases/postgresql95-server/MESSAGE.rcd (renamed from databases/postgresql95-server/MESSAGE)2
-rw-r--r--databases/postgresql96-server/MESSAGE18
-rw-r--r--databases/postgresql96-server/MESSAGE.rcd18
6 files changed, 22 insertions, 22 deletions
diff --git a/databases/postgresql10-server/MESSAGE b/databases/postgresql10-server/MESSAGE.rcd
index fbc2c1f9ae1..a1f34038164 100644
--- a/databases/postgresql10-server/MESSAGE
+++ b/databases/postgresql10-server/MESSAGE.rcd
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2017/10/23 20:33:50 adam Exp $
+$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:
diff --git a/databases/postgresql11-server/MESSAGE b/databases/postgresql11-server/MESSAGE.rcd
index ed3bcc66fad..a1f34038164 100644
--- a/databases/postgresql11-server/MESSAGE
+++ b/databases/postgresql11-server/MESSAGE.rcd
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2018/10/23 16:02:52 adam Exp $
+$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:
diff --git a/databases/postgresql94-server/MESSAGE b/databases/postgresql94-server/MESSAGE.rcd
index f5213a68bc3..a1f34038164 100644
--- a/databases/postgresql94-server/MESSAGE
+++ b/databases/postgresql94-server/MESSAGE.rcd
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2015/01/14 21:01:19 adam Exp $
+$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:
diff --git a/databases/postgresql95-server/MESSAGE b/databases/postgresql95-server/MESSAGE.rcd
index a4c20d5eb28..a1f34038164 100644
--- a/databases/postgresql95-server/MESSAGE
+++ b/databases/postgresql95-server/MESSAGE.rcd
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2016/02/25 21:37:37 tnn Exp $
+$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:
diff --git a/databases/postgresql96-server/MESSAGE b/databases/postgresql96-server/MESSAGE
deleted file mode 100644
index cfcb923d6ca..00000000000
--- a/databases/postgresql96-server/MESSAGE
+++ /dev/null
@@ -1,18 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2016/10/29 19:41:55 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 accepts TCP/IP connections on localhost address by default.
-
-===========================================================================
diff --git a/databases/postgresql96-server/MESSAGE.rcd b/databases/postgresql96-server/MESSAGE.rcd
new file mode 100644
index 00000000000..a1f34038164
--- /dev/null
+++ b/databases/postgresql96-server/MESSAGE.rcd
@@ -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.
+
+===========================================================================