This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[kai/samba-autobuild/.git] / packaging / Caldera / OpenLinux / samba.logrotate
1 /var/log/samba.d/nmbd {
2     postrotate
3       /usr/bin/killall -HUP nmbd
4     endscript
5 }
6
7 /var/log/samba.d/smbd {
8     postrotate
9       /usr/bin/killall -HUP smbd
10     endscript
11 }
12