]> git.pld-linux.org Git - packages/samba.git/commitdiff
- logrotate file for samba.
authorkloczek <kloczek@pld-linux.org>
Fri, 26 Nov 1999 14:01:15 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba.logrotate -> 1.1

samba.logrotate [new file with mode: 0644]

diff --git a/samba.logrotate b/samba.logrotate
new file mode 100644 (file)
index 0000000..362a4a4
--- /dev/null
@@ -0,0 +1,10 @@
+/var/log/samba/log.nmb {
+    postrotate
+       /usr/bin/killall -HUP nmbd
+    endrotate
+}
+/var/log/samba/log.smb {
+    postrotate
+       /usr/bin/killall -HUP smbd
+    endrotate
+}
This page took 0.110283 seconds and 4 git commands to generate.