summaryrefslogtreecommitdiff
path: root/packaging/RedHat/samba.log
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-08-21 14:20:38 +0000
committerJohn Terpstra <jht@samba.org>1998-08-21 14:20:38 +0000
commitc8f34dac393efcf4823736c9f804ac1412556cb9 (patch)
tree55e1cefcd8b760f104c76b32945e86172f124d59 /packaging/RedHat/samba.log
parent038e3433d39337f736b7b69ac1e6212e9f8e5406 (diff)
downloadsamba-c8f34dac393efcf4823736c9f804ac1412556cb9.tar.gz
samba-c8f34dac393efcf4823736c9f804ac1412556cb9.tar.bz2
samba-c8f34dac393efcf4823736c9f804ac1412556cb9.zip
Adding first cut of the new Red Hat Linux packaging tools.
Note: It is intended to extend this so that the release process produces all the packaging scripts, templates, etc. that may be needed. (This used to be commit 6e196841c618044d33da45d3de5371004a58e4c6)
Diffstat (limited to 'packaging/RedHat/samba.log')
-rw-r--r--packaging/RedHat/samba.log11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/RedHat/samba.log b/packaging/RedHat/samba.log
new file mode 100644
index 0000000000..c5f2a5b45b
--- /dev/null
+++ b/packaging/RedHat/samba.log
@@ -0,0 +1,11 @@
+/var/log/samba/log.nmb {
+ postrotate
+ /usr/bin/killall -HUP nmbd
+ endrotate
+}
+
+/var/log/samba/log.smb {
+ postrotate
+ /usr/bin/killall -HUP smbd
+ endrotate
+}