FreeBSD Bugzilla – Attachment 222100 Details for
Bug 252613
sysutils/syslog-ng: revert syslog-ng.conf.sample r555726
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch proposed by syslog-ng upstream
PR252613.diff (text/plain), 1.21 KB, created by
Cy Schubert
on 2021-02-03 02:50:59 UTC
(
hide
)
Description:
Patch proposed by syslog-ng upstream
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2021-02-03 02:50:59 UTC
Size:
1.21 KB
patch
obsolete
>diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile >index 9b1bf533e336..da8cd0db9f14 100644 >--- a/sysutils/syslog-ng/Makefile >+++ b/sysutils/syslog-ng/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= syslog-ng > DISTVERSION= 3.30.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ > >diff --git a/sysutils/syslog-ng/files/patch-modules_system-source_system-source.c b/sysutils/syslog-ng/files/patch-modules_system-source_system-source.c >new file mode 100644 >index 000000000000..1dd373cedf06 >--- /dev/null >+++ b/sysutils/syslog-ng/files/patch-modules_system-source_system-source.c >@@ -0,0 +1,11 @@ >+--- modules/system-source/system-source.c.orig 2021-01-13 10:46:26.320565000 +0100 >++++ modules/system-source/system-source.c 2021-01-13 10:52:26.747801000 +0100 >+@@ -164,7 +164,7 @@ >+ strncmp(release, "9.0", 3) == 0) >+ system_sysblock_add_file(sysblock, "/dev/klog", 1, "kernel", "no-parse", NULL, FALSE); >+ else >+- system_sysblock_add_file(sysblock, "/dev/klog", 0, "kernel", "no-parse", NULL, FALSE); >++ system_sysblock_add_file(sysblock, "/dev/klog", 0, "kernel", NULL, NULL, FALSE); >+ } >+ >+ static gboolean
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252613
:
221498
| 222100 |
222160