From owner-freebsd-questions@FreeBSD.ORG Thu Jun 1 07:23:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3BE416AE2C for ; Thu, 1 Jun 2006 07:23:39 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FF943D45 for ; Thu, 1 Jun 2006 07:23:38 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k517Nbe7072544 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Jun 2006 14:23:37 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k517Nawx085925; Thu, 1 Jun 2006 14:23:36 +0700 (ICT) Date: Thu, 1 Jun 2006 14:23:36 +0700 (ICT) Message-Id: <200606010723.k517Nawx085925@banyan.cs.ait.ac.th> From: Olivier Nicole To: rihad@mail.ru In-reply-to: (message from =?koi8-r?Q?=F2=C9=C8=C1=C4=20=E7=C1=C4=D6=C9=C5=D7?= on Thu, 01 Jun 2006 11:16:08 +0400) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: newsyslog.conf wrong count of archive logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 07:23:45 -0000 > count Specify the maximum number of archive files which may exist. > This does not consider the current log file. >From what i see on a running system, count is the maximum number of the archive log: a count of 2 makes archives .0, .1 and .2 Olivier