]> git.pld-linux.org Git - packages/samba.git/blobdiff - samba.logrotate
- rename main package back to samba
[packages/samba.git] / samba.logrotate
index 4a3ce674411126b2de535036032e1f26316b6c86..64efd554ad9d174f68722ec95602b11648b52599 100644 (file)
@@ -1,7 +1,9 @@
 /var/log/samba/log.* {
-       olddir /var/log/archiv/samba
+       sharedscripts
+       notifempty
+       missingok
+       olddir /var/log/archive/samba
        postrotate
-               /usr/bin/killall -HUP nmbd
-               /usr/bin/killall -HUP smbd
-       endrotate
-}
\ No newline at end of file
+               /bin/killall -HUP samba
+       endscript
+}
This page took 0.028896 seconds and 4 git commands to generate.