Re: [packages/syslog-ng] - cron daemons log through syslog - syslog packages own cron log file and rotate it

2015-11-06 Thread Arkadiusz Miśkiewicz
On Thursday 15 of October 2015, Bartek Szady wrote: > On 10/15/15 20:52, Elan Ruusamäe wrote: [...] > Default owner, group and permissions are set earlier in options: > > options { > ... > owner(root); > group(logs); > perm(0640); > > }; > > Bartek Could you

Re: [packages/syslog-ng] - cron daemons log through syslog - syslog packages own cron log file and rotate it

2015-11-06 Thread Elan Ruusamäe
On 06.11.2015 16:53, Arkadiusz Miśkiewicz wrote: On Thursday 15 of October 2015, Bartek Szady wrote: On 10/15/15 20:52, Elan Ruusamäe wrote: [...] Default owner, group and permissions are set earlier in options: options { ... owner(root); group(logs);

Re: [packages/syslog-ng] - cron daemons log through syslog - syslog packages own cron log file and rotate it

2015-11-06 Thread Bartek Szady
On 11/06/15 16:13, Elan Ruusamäe wrote: On 06.11.2015 16:53, Arkadiusz Miśkiewicz wrote: On Thursday 15 of October 2015, Bartek Szady wrote: On 10/15/15 20:52, Elan Ruusamäe wrote: [...] Default owner, group and permissions are set earlier in options: options { ... owner(root);

Re: [packages/syslog-ng] - cron daemons log through syslog - syslog packages own cron log file and rotate it

2015-10-15 Thread Bartek Szady
On 10/15/15 20:52, Elan Ruusamäe wrote: On 15.10.2015 16:16, bszx wrote: ... -%attr(640,root,root) %ghost /var/log/syslog -%attr(640,root,root) %ghost /var/log/user -%attr(640,root,root) %ghost /var/log/xferlog +%attr(640,root,logs) %ghost /var/log/cron ... +%attr(640,root,logs) %ghost

Re: [packages/syslog-ng] - cron daemons log through syslog - syslog packages own cron log file and rotate it

2015-10-15 Thread Elan Ruusamäe
On 15.10.2015 16:16, bszx wrote: ... -%attr(640,root,root) %ghost /var/log/syslog -%attr(640,root,root) %ghost /var/log/user -%attr(640,root,root) %ghost /var/log/xferlog +%attr(640,root,logs) %ghost /var/log/cron ... +%attr(640,root,logs) %ghost /var/log/secure +%attr(640,root,logs)