From owner-cvs-src@FreeBSD.ORG Sun Jun 20 17:41:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B60C616A4CE; Sun, 20 Jun 2004 17:41:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD09543D48; Sun, 20 Jun 2004 17:41:23 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5KHfNuw013018; Sun, 20 Jun 2004 17:41:23 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5KHfNHR013014; Sun, 20 Jun 2004 17:41:23 GMT (envelope-from gad) Message-Id: <200406201741.i5KHfNHR013014@repoman.freebsd.org> From: Garance A Drosehn Date: Sun, 20 Jun 2004 17:41:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 17:41:23 -0000 gad 2004-06-20 17:41:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/newsyslog newsyslog.c Log: MFC 1.90->1.95: MFC all of the changes related to the "neworder" processing -- EXCEPT that the default behavior is still to use the "oldorder" processing. This allows people on 4.x-stable to try out the "neworder" processing (either by `newsyslog -D neworder', or by adding ' neworder' to newsyslog.conf). I plan to change the default to neworder in a week or two, and then will remove all the oldorder code after a few more weeks. PR: parts of this came from bin/25070 by Helge Oldach Revision Changes Path 1.25.2.34 +470 -1 src/usr.sbin/newsyslog/newsyslog.c