From 80dc9b593100005dcf0f4b4bc193544f517bdc20 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 3 Apr 2023 15:05:08 -0400 Subject: [PATCH] Restore mailing list information with new URIs --- META.yml | 1 + README.md | 18 ++++++++++++++++++ check_postgres.pl | 9 ++------- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/META.yml b/META.yml index e66e9b2..0cf8dcd 100644 --- a/META.yml +++ b/META.yml @@ -44,6 +44,7 @@ resources: homepage : http://bucardo.org/check_postgres/ license : http://bucardo.org/check_postgres/ bugtracker : https://github.com/bucardo/check_postgres/issues + MailingList : https://bucardo.org/mailman/listinfo/check_postgres Repository : git://bucardo.org/check_postgres.git meta-spec: diff --git a/README.md b/README.md index e2b89f2..b801c65 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ file by: cd postgres perl ../check_postgres.pl --symlinks +Then join the announce mailing list (see below) + Complete method --------------- @@ -57,6 +59,22 @@ Development happens via git. You can check out the repository by doing: https://github.com/bucardo/check_postgres git clone https://github.com/bucardo/check_postgres.git + +Mailing lists +------------- + +The final step should be to subscribe to the low volume check_postgres-announce +mailing list, so you learn of new versions and important changes. Information +on joining can be found at: + +https://bucardo.org/mailman/listinfo/check_postgres-announce + +General questions and development issues are discussed on the check_postgres list, +which we recommend people join as well: + +https://bucardo.org/mailman/listinfo/check_postgres + + COPYRIGHT --------- diff --git a/check_postgres.pl b/check_postgres.pl index 36de3fa..953d74b 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -11357,17 +11357,12 @@ =head1 MAILING LIST Three mailing lists are available. For discussions about the program, bug reports, feature requests, and commit notices, send email to check_postgres@bucardo.org -L +L A low-volume list for announcement of new versions and important notices is the 'check_postgres-announce' list: -L - -Source code changes (via git-commit) are sent to the -'check_postgres-commit' list: - -L +L =head1 HISTORY