diff options
author | Gerald Carter <jerry@samba.org> | 2002-02-02 15:44:37 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-02-02 15:44:37 +0000 |
commit | c8bc0fa4a7be25cb926750a56085e1e98ed9046b (patch) | |
tree | ec7bb9c0ce893fda80a6eb1f264c4717b3f667ac /packaging/Debian/debian/samba.logrotate | |
parent | 8cb4e23ffc77a9842e1304f3de20af5861982746 (diff) | |
download | samba-c8bc0fa4a7be25cb926750a56085e1e98ed9046b.tar.gz samba-c8bc0fa4a7be25cb926750a56085e1e98ed9046b.tar.bz2 samba-c8bc0fa4a7be25cb926750a56085e1e98ed9046b.zip |
merge from 2.2
(This used to be commit 473a89cde2e60c359cb435c714dc98974489a118)
Diffstat (limited to 'packaging/Debian/debian/samba.logrotate')
-rw-r--r-- | packaging/Debian/debian/samba.logrotate | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packaging/Debian/debian/samba.logrotate b/packaging/Debian/debian/samba.logrotate new file mode 100644 index 0000000000..d264ce3d71 --- /dev/null +++ b/packaging/Debian/debian/samba.logrotate @@ -0,0 +1,21 @@ +/var/log/samba/log.smbd { + weekly + missingok + rotate 7 + postrotate + killall -q -HUP smbd || true + endscript + compress + notifempty +} + +/var/log/samba/log.nmbd { + weekly + missingok + rotate 7 + postrotate + killall -q -HUP nmbd || true + endscript + compress + notifempty +} |