]> git.pld-linux.org Git - packages/samba.git/blobdiff - samba.logrotate
- rename main package back to samba
[packages/samba.git] / samba.logrotate
index 362a4a46472fb3d9c3e114b1f35cf894f239d556..64efd554ad9d174f68722ec95602b11648b52599 100644 (file)
@@ -1,10 +1,9 @@
-/var/log/samba/log.nmb {
-    postrotate
-       /usr/bin/killall -HUP nmbd
-    endrotate
-}
-/var/log/samba/log.smb {
-    postrotate
-       /usr/bin/killall -HUP smbd
-    endrotate
+/var/log/samba/log.* {
+       sharedscripts
+       notifempty
+       missingok
+       olddir /var/log/archive/samba
+       postrotate
+               /bin/killall -HUP samba
+       endscript
 }
This page took 0.024457 seconds and 4 git commands to generate.