From 7cc33d62461f6153db5643490d68291da85a70fe Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Tue, 15 Dec 2015 00:11:38 +0800 Subject: [PATCH] Typo. --- en_US/migrations/cluebringer.to.iredapd.md | 16 ++++++++-------- html/cluebringer.to.iredapd.html | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/en_US/migrations/cluebringer.to.iredapd.md b/en_US/migrations/cluebringer.to.iredapd.md index e00c2e5b..c468bf2a 100644 --- a/en_US/migrations/cluebringer.to.iredapd.md +++ b/en_US/migrations/cluebringer.to.iredapd.md @@ -132,14 +132,14 @@ To disable Cluebringer integration in iRedAdmin-Pro, please set `policyd_enabled = False` in iRedAdmin-Pro config file, then restart Apache or uwsgi (if you're running Nginx) service. -Optionally, you can remove all parameters which start with `policyd_` in -iRedAdmin-Pro config file, for example: +Optionally, you can __REMOVE__ or __COMMENT OUT__ all parameters which start +with `policyd_` in iRedAdmin-Pro config file, for example: ``` -policyd_enabled = -policyd_db_host = -policyd_db_port = -policyd_db_name = -policyd_db_user = -policyd_db_password = +policyd_enabled +policyd_db_host +policyd_db_port +policyd_db_name +policyd_db_user +policyd_db_password ``` diff --git a/html/cluebringer.to.iredapd.html b/html/cluebringer.to.iredapd.html index bea3a419..bc8664d4 100644 --- a/html/cluebringer.to.iredapd.html +++ b/html/cluebringer.to.iredapd.html @@ -150,14 +150,14 @@ smtpd_end_of_data_restrictions =

To disable Cluebringer integration in iRedAdmin-Pro, please set policyd_enabled = False in iRedAdmin-Pro config file, then restart Apache or uwsgi (if you're running Nginx) service.

-

Optionally, you can remove all parameters which start with policyd_ in -iRedAdmin-Pro config file, for example:

-
policyd_enabled =
-policyd_db_host =
-policyd_db_port =
-policyd_db_name =
-policyd_db_user =
-policyd_db_password =
+

Optionally, you can REMOVE or COMMENT OUT all parameters which start +with policyd_ in iRedAdmin-Pro config file, for example:

+
policyd_enabled
+policyd_db_host
+policyd_db_port
+policyd_db_name
+policyd_db_user
+policyd_db_password
 

All documents are available in BitBucket repository, and published under Creative Commons license. If you found something wrong, please do contact us to fix it.