FreeBSD Bugzilla – Attachment 233882 Details for
Bug 220246
syslogd does not send RFC3164-conformant messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against 14-CURRENT
syslogd.patch.txt (text/plain), 499 bytes, created by
Bryan Drewery
on 2022-05-12 19:20:59 UTC
(
hide
)
Description:
Patch against 14-CURRENT
Filename:
MIME Type:
Creator:
Bryan Drewery
Created:
2022-05-12 19:20:59 UTC
Size:
499 bytes
patch
obsolete
>diff --git usr.sbin/syslogd/syslogd.c usr.sbin/syslogd/syslogd.c >index 5c2555480d3f..31647fee7413 100644 >--- usr.sbin/syslogd/syslogd.c >+++ usr.sbin/syslogd/syslogd.c >@@ -2062,6 +2062,9 @@ fprintlog_rfc3164(struct filed *f, const char *hostname, const char *app_name, > iovlist_append(&il, " Forwarded from "); > iovlist_append(&il, hostname); > iovlist_append(&il, ":"); >+ } else { >+ iovlist_append(&il, " "); >+ iovlist_append(&il, hostname); > } > iovlist_append(&il, " "); > break;
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 220246
:
183758
| 233882 |
247881