Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fluentbit-plugin-wendelin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
fluentbit-plugin-wendelin
Commits
63f2351d
Commit
63f2351d
authored
Jun 14, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move flb.conf to flb.conf.in. Make it a template.
parent
aca46557
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+2
-2
src/configuration-files/flb.conf.in
src/configuration-files/flb.conf.in
+1
-1
No files found.
Makefile
View file @
63f2351d
...
...
@@ -14,13 +14,13 @@ install: all
install
-d
$(DESTDIR)$(PREFIX)
/etc/
install
-d
$(DESTDIR)$(PREFIX)
/include/
install
-d
$(DESTDIR)$(PREFIX)
/lib/
cp
src/configuration-files/flb.conf
$(DESTDIR)$(PREFIX)
/etc/
cp
src/configuration-files/flb.conf
.in
$(DESTDIR)$(PREFIX)
/etc/
cp
build/libfluentbit_wendelin.h
$(DESTDIR)$(PREFIX)
/include/
cp
build/libfluentbit_wendelin.so
$(DESTDIR)$(PREFIX)
/lib/
.PHONY
:
uninstall
uninstall
:
rm
-f
$(DESTDIR)$(PREFIX)
/etc/flb.conf
rm
-f
$(DESTDIR)$(PREFIX)
/etc/flb.conf
.in
rm
-f
$(DESTDIR)$(PREFIX)
/include/libfluentbit_wendelin.h
rm
-f
$(DESTDIR)$(PREFIX)
/lib/libfluentbit_wendelin.so
...
...
src/configuration-files/flb.conf
→
src/configuration-files/flb.conf
.in
View file @
63f2351d
...
...
@@ -14,4 +14,4 @@
buffer_type memory
flush_interval 60s
disable_retry_limit true
reference
c
-
light
-
data_05
reference
%WENDELIN_REFERENCE%
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment