Skip to content

Commit

Permalink
Revert "Add in_tail patch for pos file dir create (#1442)"
Browse files Browse the repository at this point in the history
This reverts commit 5684b56.
  • Loading branch information
NarineM committed Apr 9, 2022
1 parent b744a62 commit 5f05cd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions build/configure
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,6 @@ apply_patch ${base_dir}/source/ext/patches/fluentd/in_exec.patch ${base_dir}/sou
# Patching in_syslog.rb to support configurable syslog delimiter
apply_patch ${base_dir}/source/ext/patches/fluentd/in_syslog.patch ${base_dir}/source/ext/fluentd/lib/fluent/plugin/in_syslog.rb

# Patching in_tail.rb to ensure pos file directory exists and has appropriate permissions
# e568e2345f00bf8bd6bd6dbd469922ebd62c3bca, 90e399e014cd2462d9b7de2af4eab2972337708e
apply_patch ${base_dir}/source/ext/patches/fluentd/in_tail.patch ${base_dir}/source/ext/fluentd/lib/fluent/plugin/in_tail.rb

# This patch make sure to only load external plugin files starting with in_, out_, filter_, buf_, parser_, formatter_ or storage_
# It has not effect on fluentd internal plugins
apply_patch ${base_dir}/source/ext/patches/fluentd/plugin.patch ${base_dir}/source/ext/fluentd/lib/fluent/plugin.rb
Expand Down
32 changes: 0 additions & 32 deletions source/ext/patches/fluentd/in_tail.patch

This file was deleted.

0 comments on commit 5f05cd9

Please sign in to comment.