Initial import
[samba] / packaging / Debian / debian-woody / winbind.logrotate
diff --git a/packaging/Debian/debian-woody/winbind.logrotate b/packaging/Debian/debian-woody/winbind.logrotate
new file mode 100644 (file)
index 0000000..e36cd12
--- /dev/null
@@ -0,0 +1,10 @@
+/var/log/samba/log.winbindd {
+       weekly
+       missingok
+       rotate 7
+       postrotate
+       [ -f /var/run/samba/winbindd.pid ] && kill -HUP `cat /var/run/samba/winbindd.pid`
+       endscript
+       compress
+       notifempty
+}