diff options
Diffstat (limited to 'packaging/Debian/debian-woody/winbind.logrotate')
-rw-r--r-- | packaging/Debian/debian-woody/winbind.logrotate | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packaging/Debian/debian-woody/winbind.logrotate b/packaging/Debian/debian-woody/winbind.logrotate deleted file mode 100644 index e36cd1281c5..00000000000 --- a/packaging/Debian/debian-woody/winbind.logrotate +++ /dev/null @@ -1,10 +0,0 @@ -/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 -} |