svn commit: r328579 - stable/11/usr.sbin/newsyslog

John Baldwin jhb at FreeBSD.org
Tue Jan 30 00:24:04 UTC 2018


Author: jhb
Date: Tue Jan 30 00:24:03 2018
New Revision: 328579
URL: https://svnweb.freebsd.org/changeset/base/328579

Log:
  MFC 328035: Sort the list of flags in newsyslog.conf entries.
  
  Move the 'X' entry into its sorted location in the list
  of flags just above 'Z'.

Modified:
  stable/11/usr.sbin/newsyslog/newsyslog.conf.5
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.sbin/newsyslog/newsyslog.conf.5
==============================================================================
--- stable/11/usr.sbin/newsyslog/newsyslog.conf.5	Tue Jan 30 00:22:53 2018	(r328578)
+++ stable/11/usr.sbin/newsyslog/newsyslog.conf.5	Tue Jan 30 00:24:03 2018	(r328579)
@@ -21,7 +21,7 @@
 .\" the suitability of this software for any purpose.  It is
 .\" provided "as is" without express or implied warranty.
 .\"
-.Dd May 19, 2017
+.Dd January 15, 2018
 .Dt NEWSYSLOG.CONF 5
 .Os
 .Sh NAME
@@ -297,12 +297,6 @@ indicates that
 should attempt to save disk space by compressing the rotated
 log file using
 .Xr bzip2 1 .
-.It Cm X
-indicates that
-.Xr newsyslog 8
-should attempt to save disk space by compressing the rotated
-log file using
-.Xr xz 1 .
 .It Cm N
 indicates that there is no process which needs to be signaled
 when this log file is rotated.
@@ -324,6 +318,12 @@ indicates that the file specified by
 will contain the ID for a process group instead of a process.
 This option also requires that the first line in that file
 be a negative value to distinguish it from a process ID.
+.It Cm X
+indicates that
+.Xr newsyslog 8
+should attempt to save disk space by compressing the rotated
+log file using
+.Xr xz 1 .
 .It Cm Z
 indicates that
 .Xr newsyslog 8


More information about the svn-src-stable-11 mailing list