From 68541d80d2476b306ddb65f5c089a2f57b338d02 Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Sat, 30 Oct 2010 18:52:11 +0000 Subject: [PATCH] Since rotatelogs now checks the local time offset on each rotation, no longer need to warn about unpredictable behavior with -l. Reported by Dave Brondsema, PR44917. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029156 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/rotatelogs.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/manual/programs/rotatelogs.xml b/docs/manual/programs/rotatelogs.xml index a1f6c20a66..1067dd39e4 100644 --- a/docs/manual/programs/rotatelogs.xml +++ b/docs/manual/programs/rotatelogs.xml @@ -50,9 +50,7 @@
-l
Causes the use of local time rather than GMT as the base for the interval or for strftime(3) formatting with size-based -rotation. Note that using -l in an environment which -changes the GMT offset (such as for BST or DST) can lead to unpredictable -results!
+rotation.
-L linkname
Causes a hard link to be made from the current logfile -- 2.40.0