Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2002 11:28:02 -0800 (PST)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c
Message-ID:  <200212151928.gBFJS24Z033689@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  Sponsored by:   Porta Software Ltd
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.37      +18 -0     src/usr.sbin/newsyslog/newsyslog.8
  1.48      +20 -8     src/usr.sbin/newsyslog/newsyslog.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212151928.gBFJS24Z033689>