From 70c2d73b3a10b8ee7057b6a09bebc86d57f1706b Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sat, 20 Jun 2020 10:55:08 +0200 Subject: [PATCH] Update help files used by iconfig script Add pcp file which was missing. Fix a typo in another one. Signed-off-by: Sebastien GODARD --- build/pcp | 4 ++++ build/sensors | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 build/pcp diff --git a/build/pcp b/build/pcp new file mode 100644 index 0000000..3279ce3 --- /dev/null +++ b/build/pcp @@ -0,0 +1,4 @@ + +Answering y here disables PCP (Performance Co-Pilot) support. +sadf command will then not be able to export its data into a PCP compliant format. + diff --git a/build/sensors b/build/sensors index bcb98c9..d9661b1 100644 --- a/build/sensors +++ b/build/sensors @@ -1,5 +1,5 @@ -Answering y here disable sensors support. Sysstat commands +Answering y here disables sensors support. Sysstat commands will not be linked against sensors library even if this library is installed on your system. Without sensors support, some statistics related to power management -- 2.40.0