From owner-cvs-all Mon Dec 16 8:29:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002D737B401; Mon, 16 Dec 2002 08:29:52 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4477D43EC2; Mon, 16 Dec 2002 08:29:52 -0800 (PST) (envelope-from mi+mx@aldan.algebra.com) Received: from mi.us.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.6/8.12.6) with ESMTP id gBGGTdjJ009417 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 16 Dec 2002 11:29:40 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c Date: Mon, 16 Dec 2002 11:33:08 -0500 User-Agent: KMail/1.4.3 References: <200212151928.gBFJS24Z033689@repoman.freebsd.org> In-Reply-To: <200212151928.gBFJS24Z033689@repoman.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200212161133.08342.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / mimedefang) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 15 December 2002 02:28 pm, Maxim Sobolev wrote: = sobomax 2002/12/15 11:28:02 PST = = Modified files: = usr.sbin/newsyslog newsyslog.8 newsyslog.c = Log: = Add a new `W' flag, that when used in conjunction with the `Z' flag = or the `J' flag means that newsyslog should wait for previously = started compression jobs to complete before starting a new one for = this entry. When it is used along with the `G' flag, in the case = when several logfiles match the pattern and should be compressed, = the newsyslog will compress logs one by one, ensuring that only one = compression job is running at a time. = This prevents newsyslog(8) from overloading system by starting = several compression jobs on big files simultaneously. Should this not be a default? Also, it seems like it should be possible to specify the maximum total number of parallel jobs on newsyslog's command line. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message