diff options
author | Gerald Carter <jerry@samba.org> | 2001-04-24 05:08:50 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-04-24 05:08:50 +0000 |
commit | 25ea54ef9c45e4c13d00500b1f51108483686a8a (patch) | |
tree | 4e02b1acd0217c938bb9f48196143914a748b674 /packaging/Mandrake/samba.log | |
parent | 95004fc9dd862218224d060e012a65a164b14c60 (diff) | |
download | samba-25ea54ef9c45e4c13d00500b1f51108483686a8a.tar.gz samba-25ea54ef9c45e4c13d00500b1f51108483686a8a.tar.bz2 samba-25ea54ef9c45e4c13d00500b1f51108483686a8a.zip |
added Mandrake support from 2.2
(This used to be commit 9f8cb4906f98403d4a8f2577197720d72bdf6b4f)
Diffstat (limited to 'packaging/Mandrake/samba.log')
-rw-r--r-- | packaging/Mandrake/samba.log | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packaging/Mandrake/samba.log b/packaging/Mandrake/samba.log new file mode 100644 index 0000000000..4e8b44b60e --- /dev/null +++ b/packaging/Mandrake/samba.log @@ -0,0 +1,15 @@ +/var/log/samba/log.nmb { + notifempty + missingok + postrotate + /usr/bin/killall -HUP nmbd + endscript +} + +/var/log/samba/log.smb { + notifempty + missingok + postrotate + /usr/bin/killall -HUP smbd + endscript +} |