import pcp-5.0.2-2.el8

This commit is contained in:
CentOS Sources 2020-01-21 18:10:19 -05:00 committed by Stepan Oksanichenko
parent 882156fdf8
commit 6d4e24b372
5 changed files with 295 additions and 416 deletions

6
.gitignore vendored
View File

@ -1,5 +1 @@
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
SOURCES/pcp-5.0.2.src.tar.gz

View File

@ -1,5 +1 @@
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
95c6975c1af0c910a0e26ad5677a40bd8cd52ed2 SOURCES/pcp-5.0.2.src.tar.gz

View File

@ -1,26 +0,0 @@
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.

View File

@ -1,22 +0,0 @@
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

File diff suppressed because it is too large Load Diff