diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-02-04 12:06:15 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-02-04 12:06:15 +0000 |
commit | ac96127b6d774eb291d3e5917776a57852c66b46 (patch) | |
tree | 246391cd095c46a655e4ca5bcf98684ebdba7a06 /examples/redhat/samba.log | |
parent | 5c63dbb6fe7180a90b6bce1577fcccbbed443a24 (diff) | |
download | samba-ac96127b6d774eb291d3e5917776a57852c66b46.tar.gz samba-ac96127b6d774eb291d3e5917776a57852c66b46.tar.bz2 samba-ac96127b6d774eb291d3e5917776a57852c66b46.zip |
JHT ===> Getting ready for relase of 1.9.16p11 RedHat RPMS
(This used to be commit a64064cf3086ff5cfba66145539abfaa36c9e323)
Diffstat (limited to 'examples/redhat/samba.log')
-rw-r--r-- | examples/redhat/samba.log | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/redhat/samba.log b/examples/redhat/samba.log new file mode 100644 index 0000000000..2837b45e89 --- /dev/null +++ b/examples/redhat/samba.log @@ -0,0 +1,17 @@ +/var/log/samba { + postrotate + /usr/bin/killall -HUP smbd + endrotate +} + +/var/log/samba.nmb { + postrotate + /usr/bin/killall -HUP nmbd + endrotate +} + +/var/log/samba.smb { + postrotate + /usr/bin/killall -HUP smbd + endrotate +} |