Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kramarz <lenwe@lenwe.net>2017-09-12 18:20:07 +0300
committerGitHub <noreply@github.com>2017-09-12 18:20:07 +0300
commit4c2d26188a45bcca8ba9dd909a8b2fbb7bfba951 (patch)
tree9ce98680f8703cec0765a228ea911035c4ec7bf1
parentdc57658d83fb2fb553435f91f2bf8462c12b9520 (diff)
Fixed typo in MySQL plugin configuration example
-rw-r--r--manuals/en/main/howto.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manuals/en/main/howto.tex b/manuals/en/main/howto.tex
index d061943..fb27feb 100644
--- a/manuals/en/main/howto.tex
+++ b/manuals/en/main/howto.tex
@@ -766,7 +766,7 @@ Client {
Name = mysql-fd
#...
Plugin Directory = /usr/lib64/bareos/plugins
- Plugin Name = "python"
+ Plugin Names = "python"
}
\end{bareosConfigResource}
@@ -854,7 +854,7 @@ Client {
Name = mysql-fd
...
Plugin Directory = /usr/lib64/bareos/plugins
- Plugin Name = "python"
+ Plugin Names = "python"
compatible = no
}
\end{bareosConfigResource}