From: Bradley Nicholes Date: Fri, 13 Sep 2002 22:02:48 +0000 (+0000) Subject: NetWare: Fix the comment for LogRotateInterval. It rotates after n minutes, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491b38307d9de1fa442151d988f2682135b28fd6;p=thirdparty%2Fapache%2Fhttpd.git NetWare: Fix the comment for LogRotateInterval. It rotates after n minutes, not seconds git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96795 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/httpd.conf-dist-nw b/conf/httpd.conf-dist-nw index 276ef81dc2c..3e1a5fffe54 100644 --- a/conf/httpd.conf-dist-nw +++ b/conf/httpd.conf-dist-nw @@ -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.