Make SMB_FILE_ACCESS_INFORMATION call work correctly.
[Samba/gebeck_regimport.git] / packaging / Debian / debian / samba.logrotate
blobf90437bf2adcd5de5cce147a21a0e0614a85f110
1 /var/log/samba/log.smbd {
2         weekly
3         missingok
4         rotate 7
5         postrotate
6                 invoke-rc.d --quiet samba reload > /dev/null
7         endscript
8         compress
9         notifempty
12 /var/log/samba/log.nmbd {
13         weekly
14         missingok
15         rotate 7
16         postrotate
17                 [ -f /var/run/samba/nmbd.pid ] && kill -HUP `cat /var/run/samba/nmbd.pid`
18         endscript
19         compress
20         notifempty