From b832b89e05768c1b1c117f7667b400757d35a490 Mon Sep 17 00:00:00 2001
From: Ben Roberts <ben@schedmd.com>
Date: Tue, 10 Nov 2020 14:27:25 -0600
Subject: [PATCH] Docs - Fix the default value of PluginDir

Bug 10144
---
 doc/man/man5/slurm.conf.5    | 2 +-
 doc/man/man5/slurmdbd.conf.5 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 2483de51abf..231a716817c 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -1665,7 +1665,7 @@ A value of "UNLIMITED" is also supported.
 Identifies the places in which to look for Slurm plugins.
 This is a colon\-separated list of directories, like the PATH
 environment variable.
-The default value is "/usr/local/lib/slurm".
+The default value is the prefix given at configure time + "/lib/slurm".
 
 .TP
 \fBPlugStackConfig\fR
diff --git a/doc/man/man5/slurmdbd.conf.5 b/doc/man/man5/slurmdbd.conf.5
index 2ff9d83a5cd..b133616f2f0 100644
--- a/doc/man/man5/slurmdbd.conf.5
+++ b/doc/man/man5/slurmdbd.conf.5
@@ -415,7 +415,7 @@ The default value is "/var/run/slurmdbd.pid".
 Identifies the places in which to look for Slurm plugins.
 This is a colon\-separated list of directories, like the PATH
 environment variable.
-The default value is "/usr/local/lib/slurm".
+The default value is the prefix given at configure time + "/lib/slurm".
 
 .TP
 \fBPrivateData\fR
-- 
GitLab