diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2022-08-08 22:21:02 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2022-08-08 22:21:02 +0000 |
commit | e9ae9fa93745669b7dd0341d333257ad6cfe8e37 (patch) | |
tree | 024003e1b88e2b2b463a927e7ec99f21a1f46f96 /release/doc/share/xml/vendor.ent | |
parent | e87ff1ea225246e1d983c4c2c1ecfd0119fd138c (diff) | |
download | src-main.tar.gz src-main.zip |
Recover application ability to supply fabricated PID
embedded into ident that was lost when libc switched
to generation of RFC 5424 log messages, for example:
logger -t "ident[$$]" -p user.notice "test"
It is essential for long running scripts.
Also, this change unbreaks matching resulted entries
by ident in syslog.conf:
!ident
*.* /var/log/ident.log
Without the fix, the log (and matching) was broken:
Aug 1 07:36:58 hostname ident[123][86483]: test
Now it works as expected and worked before breakage:
Aug 1 07:39:40 hostname ident[123]: test
Differential: https://reviews.freebsd.org/D36005
MFC after: 2 weeks
Diffstat (limited to 'release/doc/share/xml/vendor.ent')
0 files changed, 0 insertions, 0 deletions