~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to packaging/Debian/debian-woody/samba.logrotate

  • Committer: jerry
  • Date: 2006-07-14 21:48:39 UTC
  • Revision ID: vcs-imports@canonical.com-20060714214839-586d8c489a8fcead
gutting trunk to move to svn:externals

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/var/log/samba/log.smbd {
2
 
        weekly
3
 
        missingok
4
 
        rotate 7
5
 
        postrotate
6
 
                invoke-rc.d --quiet samba reload > /dev/null
7
 
        endscript
8
 
        compress
9
 
        notifempty
10
 
}
11
 
 
12
 
/var/log/samba/log.nmbd {
13
 
        weekly
14
 
        missingok
15
 
        rotate 7
16
 
        postrotate
17
 
                [ -f /var/run/samba/nmbd.pid ] && kill -HUP `cat /var/run/samba/nmbd.pid`
18
 
        endscript
19
 
        compress
20
 
        notifempty
21
 
}