Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/syslogd



Module Name:    src
Committed By:   gutteridge
Date:           Wed Aug 21 17:13:24 UTC 2024

Modified Files:
        src/usr.sbin/syslogd: syslogd.8 syslogd.c

Log Message:
syslogd.8 & syslogd.c: add -k option

Provide a means of disabling the translation of (remote) messages
received with facility kern to facility user. Feature equivalent to
what FreeBSD added years ago, though the code is slightly different
(a bit easier to follow expressively). Patches from RVP, provided in
PR lib/57172 (with very minor tweaks by me).


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/usr.sbin/syslogd/syslogd.8
cvs rdiff -u -r1.143 -r1.144 src/usr.sbin/syslogd/syslogd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index