]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- remove copytruncate (lighttpd can rotate logs very fine)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Jan 2005 23:02:36 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- identing

Changed files:
    lighttpd.logrotate -> 1.2

lighttpd.logrotate

index e873144de5a513473b48d36aeefdbd20837352da..336f92270c7591624d908d406265e7dd9133d4b6 100644 (file)
@@ -1,8 +1,8 @@
 /var/log/lighttpd/*.log {
        olddir /var/log/archiv/lighttpd
-       copytruncate
-        sharedscripts
-        postrotate
-                /etc/rc.d/init.d/lighttpd reload > /dev/null
-        endscript
+
+       sharedscripts
+       postrotate
+               /etc/rc.d/init.d/lighttpd reload > /dev/null
+       endscript
 }
This page took 0.068619 seconds and 4 git commands to generate.