r13132: Old fix from Lars
[ira/wip.git] / packaging / Debian / debian-unstable / winbind.logrotate
1 /var/log/samba/log.winbindd {
2         weekly
3         missingok
4         rotate 7
5         postrotate
6         [ -f /var/run/samba/winbindd.pid ] && kill -HUP `cat /var/run/samba/winbindd.pid`
7         endscript
8         compress
9         notifempty
10 }