Incorrect comment level in monitrc

Issue #997 resolved
Fabio Augusto De Muzio Tobich created an issue

Hi,

As reported in Debian:

https://bugs.debian.org/993056

Here’s a patch that will be applied in the Debian package on next revision.

Cheers.

diff --git a/monitrc b/monitrc
index 848f465..ee2c830 100644
--- a/monitrc
+++ b/monitrc
@@ -74,8 +74,8 @@ set log syslog
 #
 ## Set the list of mail servers for alert delivery. Multiple servers may be
 ## specified using a comma separator. If the first mail server fails, Monit
-# will use the second mail server in the list and so on. By default Monit uses
-# port 25 - it is possible to override this with the PORT option.
+## will use the second mail server in the list and so on. By default Monit uses
+## port 25 - it is possible to override this with the PORT option.
 #
 # set mailserver mail.bar.baz,               # primary mailserver
 #                backup.bar.baz port 10025,  # backup mailserver on port 10025

Comments (1)

  1. Log in to comment