Re: syslogd log rotate documentation

2018-09-01 Thread Todd C. Miller
On Sat, 01 Sep 2018 11:58:25 +0200, Ingo Schwarze wrote: > When starting up, > .Nm > reads its configuration file, > .Xr syslogd.conf 5 , > and opens the configured logfiles and TCP and TLS connections. > The configured logfiles already have to exist > with the correct permissions. > When receivin

Re: syslogd log rotate documentation

2018-09-01 Thread Ingo Schwarze
Hi Alexander, Alexander Bluhm wrote on Fri, Aug 31, 2018 at 08:59:15PM +0200: > A coworker did not know that he has to send SIGHUP to syslogd after > rotating the log files. I realized that it is not documented. > > ok to add it to the man page? > > While there, replace two 'syslogd' with .Nm

syslogd log rotate documentation

2018-08-31 Thread Alexander Bluhm
Hi, A coworker did not know that he has to send SIGHUP to syslogd after rotating the log files. I realized that it is not documented. ok to add it to the man page? While there, replace two 'syslogd' with .Nm for consistency. bluhm Index: usr.sbin/syslogd/syslogd.8