From 90b8433ac5113d17b458005ee77dc89d692cbd52 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 12 May 2013 21:42:59 -0400 Subject: [PATCH] DOC: inline commends with ';' are in effect only if ';' follows as space --- README.Solaris | 2 +- config/fail2ban.conf | 2 +- config/jail.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Solaris b/README.Solaris index 49056062..10a5f88c 100644 --- a/README.Solaris +++ b/README.Solaris @@ -71,7 +71,7 @@ OPT: Create /etc/fail2ban/fail2ban.local containing: # Fail2Ban main configuration file # -# Comments: use '#' for comment lines and ';' for inline comments +# Comments: use '#' for comment lines and ';' (following a space) for inline comments # # Changes: in most of the cases you should not modify this # file, but provide customizations in fail2ban.local file, e.g.: diff --git a/config/fail2ban.conf b/config/fail2ban.conf index 1888eddb..4094c8cd 100644 --- a/config/fail2ban.conf +++ b/config/fail2ban.conf @@ -1,6 +1,6 @@ # Fail2Ban main configuration file # -# Comments: use '#' for comment lines and ';' for inline comments +# Comments: use '#' for comment lines and ';' (following a space) for inline comments # # Changes: in most of the cases you should not modify this # file, but provide customizations in fail2ban.local file, e.g.: diff --git a/config/jail.conf b/config/jail.conf index 33453ab5..ec5b32ef 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -1,6 +1,6 @@ # Fail2Ban jail specifications file # -# Comments: use '#' for comment lines and ';' for inline comments +# Comments: use '#' for comment lines and ';' (following a space) for inline comments # # Changes: in most of the cases you should not modify this # file, but provide customizations in jail.local file, e.g.: