File tree Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ resources:
44
44
homepage : http://bucardo.org/check_postgres/
45
45
license : http://bucardo.org/check_postgres/
46
46
bugtracker : https://github.com/bucardo/check_postgres/issues
47
+ MailingList : https://bucardo.org/mailman/listinfo/check_postgres
47
48
Repository : git://bucardo.org/check_postgres.git
48
49
49
50
meta-spec :
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ file by:
23
23
cd postgres
24
24
perl ../check_postgres.pl --symlinks
25
25
26
+ Then join the announce mailing list (see below)
27
+
26
28
Complete method
27
29
---------------
28
30
@@ -57,6 +59,22 @@ Development happens via git. You can check out the repository by doing:
57
59
https://github.com/bucardo/check_postgres
58
60
git clone https://github.com/bucardo/check_postgres.git
59
61
62
+
63
+ Mailing lists
64
+ -------------
65
+
66
+ The final step should be to subscribe to the low volume check_postgres-announce
67
+ mailing list, so you learn of new versions and important changes. Information
68
+ on joining can be found at:
69
+
70
+ https://bucardo.org/mailman/listinfo/check_postgres-announce
71
+
72
+ General questions and development issues are discussed on the check_postgres list,
73
+ which we recommend people join as well:
74
+
75
+ https://bucardo.org/mailman/listinfo/check_postgres
76
+
77
+
60
78
COPYRIGHT
61
79
---------
62
80
Original file line number Diff line number Diff line change @@ -11357,17 +11357,12 @@ =head1 MAILING LIST
11357
11357
Three mailing lists are available. For discussions about the program, bug reports,
11358
11358
feature requests, and commit notices, send email to check_postgres@bucardo.org
11359
11359
11360
- L<https://mail.endcrypt.com /mailman/listinfo/check_postgres>
11360
+ L<https://bucardo.org /mailman/listinfo/check_postgres>
11361
11361
11362
11362
A low-volume list for announcement of new versions and important notices is the
11363
11363
'check_postgres-announce' list:
11364
11364
11365
- L<https://mail.endcrypt.com/mailman/listinfo/check_postgres-announce>
11366
-
11367
- Source code changes (via git-commit) are sent to the
11368
- 'check_postgres-commit' list:
11369
-
11370
- L<https://mail.endcrypt.com/mailman/listinfo/check_postgres-commit>
11365
+ L<https://bucardo.org/mailman/listinfo/check_postgres-announce>
11371
11366
11372
11367
=head1 HISTORY
11373
11368
You can’t perform that action at this time.
0 commit comments