import pcp-4.3.2-2.el8

This commit is contained in:
CentOS Sources 2019-08-01 13:22:45 -04:00 committed by Stepan Oksanichenko
commit 882156fdf8
5 changed files with 3744 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
SOURCES/pcp-4.3.2.src.tar.gz
SOURCES/pcp-webapp-blinkenlights-1.0.1.tar.gz
SOURCES/pcp-webapp-grafana-1.9.1-2.tar.gz
SOURCES/pcp-webapp-graphite-0.9.10.tar.gz
SOURCES/pcp-webapp-vector-1.3.1-1.tar.gz

5
.pcp.metadata Normal file
View File

@ -0,0 +1,5 @@
940c068e6d34967f07f8c193acd5069a34de0835 SOURCES/pcp-4.3.2.src.tar.gz
e328622bfc24ac4c93a5dcdb9dedf0277a870bc8 SOURCES/pcp-webapp-blinkenlights-1.0.1.tar.gz
9fbce28ae069f9d1fb1408093a1d4303c5d60322 SOURCES/pcp-webapp-grafana-1.9.1-2.tar.gz
05f083a4cddff47cf25ce50a27c20aaccad0dbcb SOURCES/pcp-webapp-graphite-0.9.10.tar.gz
0ee76d05b4fe7465afcdb70a7d723d29a351dac7 SOURCES/pcp-webapp-vector-1.3.1-1.tar.gz

View File

@ -0,0 +1,26 @@
diff --git a/src/pmcd/pmcd.defaults b/src/pmcd/pmcd.defaults
index 83ee4d9a9..56e125553 100644
--- a/src/pmcd/pmcd.defaults
+++ b/src/pmcd/pmcd.defaults
@@ -4,7 +4,7 @@
# Behaviour regarding listening on external-facing interfaces;
# unset PMCD_LOCAL to allow connections from remote hosts.
# A value of 0 permits remote connections, 1 permits local only.
-# PMCD_LOCAL=1
+PMCD_LOCAL=1
# Max length to which the queue of pending connections may grow
# A value of 5 is the default.
diff --git a/src/pmlogger/pmlogger.defaults b/src/pmlogger/pmlogger.defaults
index 5462403ec..261a79039 100644
--- a/src/pmlogger/pmlogger.defaults
+++ b/src/pmlogger/pmlogger.defaults
@@ -4,7 +4,7 @@
# Behaviour regarding listening on external-facing interfaces;
# unset PMLOGGER_LOCAL to allow connections from remote hosts.
# A value of 0 permits remote connections, 1 permits local only.
-# PMLOGGER_LOCAL=1
+PMLOGGER_LOCAL=1
# Max length to which the queue of pending connections may grow
# A value of 5 is the default.

22
SOURCES/qa-fixmod.patch Normal file
View File

@ -0,0 +1,22 @@
commit 25f7bab80fea8676fa24435e275934fc81f68bc7
Author: Nathan Scott <nathans@redhat.com>
Date: Fri May 3 15:58:17 2019 +1000
qa: fix _fixmod function name typo in test 994
Thanks to Michal Kolar from the Red Hat QE team for
reporting this one.
diff --git a/qa/994 b/qa/994
index cdf9485b6..01de9449b 100755
--- a/qa/994
+++ b/qa/994
@@ -151,7 +151,7 @@ p
then
echo "$target: wrong mode: expected $mode (from $makefile), found $_mode"
ls -ld $target
- $fix && _fixmod "$mode" "$target"
+ $fix && _fixmode "$mode" "$target"
fi
if [ "$_owner" != "$owner" ]
then

3686
SPECS/pcp.spec Normal file

File diff suppressed because it is too large Load Diff