]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
NetWare: Fix the comment for LogRotateInterval. It rotates after n minutes,
authorBradley Nicholes <bnicholes@apache.org>
Fri, 13 Sep 2002 22:02:48 +0000 (22:02 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 13 Sep 2002 22:02:48 +0000 (22:02 +0000)
not seconds

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96795 13f79535-47bb-0310-9956-ffa450edef68

conf/httpd.conf-dist-nw

index 276ef81dc2c98213676d934a8e76e55aee3089b3..3e1a5fffe54baf916a36f68fd856e8ce5eeb7a02 100644 (file)
@@ -404,8 +404,8 @@ DefaultType text/plain
 HostnameLookups Off
 
 #
-# LogRotateDaily: If set to 'on' logfiles rotate daily.
-# LogRotateInterval s: If set, logfiles rotate after s seconds.
+# LogRotateDaily: If set to 'on' log files rotate daily.
+# LogRotateInterval n: If set, log files rotate after n minutes.
 # The LogRotateDaily and LogRotateInterval directives are mutually
 # exclusive.  The rotated log file name adds the date suffix of 
 # YYYYMMDD to identify when the log was rotated.