r731: add the current debian directory for debian stable (woody) targeted releases
[samba.git] / packaging / Debian / debian-stable / 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 }