diff --git a/SOURCES/rsyslog-8.24.0-doc-polling-by-default.patch b/SOURCES/rsyslog-8.24.0-doc-polling-by-default.patch index 581be48..d7848c5 100644 --- a/SOURCES/rsyslog-8.24.0-doc-polling-by-default.patch +++ b/SOURCES/rsyslog-8.24.0-doc-polling-by-default.patch @@ -1,25 +1,18 @@ -diff -up ./doc/configuration/modules/imfile.html.orig ./doc/configuration/modules/imfile.html ---- ./doc/configuration/modules/imfile.html.orig 2016-11-24 10:52:53.192779734 -0500 -+++ ./doc/configuration/modules/imfile.html 2016-11-24 11:01:07.132961531 -0500 -@@ -152,11 +152,12 @@ parts of that file.
-mode ["inotify"/"polling"]
---Default: “inotify”
-+-Default: “polling”
-Available since: 8.1.5
-This specifies if imfile is shall run in inotify (“inotify”) or polling --(“polling”) mode. Traditionally, imfile used polling mode, which is -+(“polling”) mode. Traditionally, imfile used polling mode (and this option -+is ON by default in rhel because of backwards compatibility), which is - much more resource-intense (and slower) than inotify mode. It is - suggested that users turn on “polling” mode only if they experience - strange problems in inotify mode. In theory, there should never be a -@@ -675,4 +676,4 @@ $InputFilePollInterval 10 - © Copyright 2008-2016, Rainer Gerhards and Adiscon. -