mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
New release notes: New newsyslog(8) features.
Submitted by: gad Approved by: re (implicitly)
This commit is contained in:
parent
b082d39489
commit
1a806a7a29
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114848
@ -657,12 +657,46 @@
|
||||
unless UFS1 is specifically requested with the
|
||||
<option>-O1</option> option.</para>
|
||||
|
||||
<para>&man.newsyslog.8; now supports a <literal>W</literal> flag
|
||||
to force previously-started compression jobs for an entry (or
|
||||
<para>&man.newsyslog.8; has a number of new features. Among them:
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>A <literal>W</literal> flag
|
||||
forces previously-started compression jobs for an entry (or
|
||||
group of entries specified with the <literal>G</literal> flag)
|
||||
to finish before beginning a new one. This feature is designed
|
||||
to prevent system overloads caused by starting several
|
||||
compression jobs on big files simultaneously. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <quote>default rotate action</quote>, to be used for
|
||||
files specified for rotation but not specified in the
|
||||
configuration file. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <option>-s</option> command-line flag to disable
|
||||
sending signals to processes when rotating
|
||||
files. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <literal>N</literal> configuration file flag to
|
||||
indicate that no process needs to be signaled when
|
||||
rotating a file. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <literal>U</literal> configuration file flag to
|
||||
specify that a process group (rather than a single
|
||||
process) should be signaled when rotating
|
||||
files. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</para>
|
||||
|
||||
<para>&man.nsdispatch.3; is now thread-safe and implements support
|
||||
for Name Service Switch (NSS) modules. NSS modules may be
|
||||
|
@ -657,12 +657,46 @@
|
||||
unless UFS1 is specifically requested with the
|
||||
<option>-O1</option> option.</para>
|
||||
|
||||
<para>&man.newsyslog.8; now supports a <literal>W</literal> flag
|
||||
to force previously-started compression jobs for an entry (or
|
||||
<para>&man.newsyslog.8; has a number of new features. Among them:
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>A <literal>W</literal> flag
|
||||
forces previously-started compression jobs for an entry (or
|
||||
group of entries specified with the <literal>G</literal> flag)
|
||||
to finish before beginning a new one. This feature is designed
|
||||
to prevent system overloads caused by starting several
|
||||
compression jobs on big files simultaneously. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <quote>default rotate action</quote>, to be used for
|
||||
files specified for rotation but not specified in the
|
||||
configuration file. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <option>-s</option> command-line flag to disable
|
||||
sending signals to processes when rotating
|
||||
files. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <literal>N</literal> configuration file flag to
|
||||
indicate that no process needs to be signaled when
|
||||
rotating a file. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A <literal>U</literal> configuration file flag to
|
||||
specify that a process group (rather than a single
|
||||
process) should be signaled when rotating
|
||||
files. &merged;</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</para>
|
||||
|
||||
<para>&man.nsdispatch.3; is now thread-safe and implements support
|
||||
for Name Service Switch (NSS) modules. NSS modules may be
|
||||
|
Loading…
Reference in New Issue
Block a user