* man/grpck.8.xml: Conditionally include the parts mentioning the
gshadow file (based on SHADOWGRP). * man/grpck.8.xml: Add reference to the gshadow(5) manpage (conditionally included).
This commit is contained in:
parent
20153121be
commit
7535467358
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
* man/grpck.8.xml: Fix typo. Remove "the" from "All entries in the
|
* man/grpck.8.xml: Fix typo. Remove "the" from "All entries in the
|
||||||
<filename></filename> are checked [...]"
|
<filename></filename> are checked [...]"
|
||||||
|
* man/grpck.8.xml: Conditionally include the parts mentioning the
|
||||||
|
gshadow file (based on SHADOWGRP).
|
||||||
|
* man/grpck.8.xml: Add reference to the gshadow(5) manpage
|
||||||
|
(conditionally included).
|
||||||
|
|
||||||
2008-01-22 Nicolas François <nicolas.francois@centraliens.net>
|
2008-01-22 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
@ -41,7 +41,8 @@
|
|||||||
<para>
|
<para>
|
||||||
The <command>grpck</command> command verifies the integrity of the
|
The <command>grpck</command> command verifies the integrity of the
|
||||||
system authentication information. All entries in
|
system authentication information. All entries in
|
||||||
<filename>/etc/group</filename> and <filename>/etc/gshadow</filename>
|
<filename>/etc/group</filename> <phrase condition="gshadow">and
|
||||||
|
<filename>/etc/gshadow</filename></phrase>
|
||||||
are checked to see that the entry has the proper format and valid data
|
are checked to see that the entry has the proper format and valid data
|
||||||
in each field. The user is prompted to delete entries that are
|
in each field. The user is prompted to delete entries that are
|
||||||
improperly formatted or which have other uncorrectable errors.
|
improperly formatted or which have other uncorrectable errors.
|
||||||
@ -100,18 +101,23 @@
|
|||||||
<term><option>-s</option></term>
|
<term><option>-s</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Sort entries in <filename>/etc/group</filename> and
|
Sort entries in <filename>/etc/group</filename>
|
||||||
<filename>/etc/gshadow</filename> by GID.
|
<phrase condition="gshadow">and
|
||||||
|
<filename>/etc/gshadow</filename></phrase>
|
||||||
|
by GID.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
<para>
|
<para>
|
||||||
By default, <command>grpck</command> operates on the files
|
By default, <command>grpck</command> operates on
|
||||||
<filename>/etc/group</filename> and <filename>/etc/gshadow</filename>.
|
<filename>/etc/group</filename><phrase condition="gshadow"> and
|
||||||
|
<filename>/etc/gshadow</filename></phrase>.
|
||||||
The user may select alternate files with the <emphasis
|
The user may select alternate files with the <emphasis
|
||||||
remap='I'>group</emphasis> and <emphasis remap='I'>shadow</emphasis>
|
remap='I'>group</emphasis>
|
||||||
parameters.
|
<phrase condition="no_gshadow">parameter.</phrase>
|
||||||
|
<phrase condition="gshadow">and <emphasis remap='I'>shadow</emphasis>
|
||||||
|
parameters.</phrase>
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
@ -136,7 +142,7 @@
|
|||||||
<para>Group account information.</para>
|
<para>Group account information.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry condition="gshadow">
|
||||||
<term><filename>/etc/gshadow</filename></term>
|
<term><filename>/etc/gshadow</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Secure group account information.</para>
|
<para>Secure group account information.</para>
|
||||||
@ -157,6 +163,9 @@
|
|||||||
<citerefentry>
|
<citerefentry>
|
||||||
<refentrytitle>group</refentrytitle><manvolnum>5</manvolnum>
|
<refentrytitle>group</refentrytitle><manvolnum>5</manvolnum>
|
||||||
</citerefentry>,
|
</citerefentry>,
|
||||||
|
<citerefentry condition="gshadow">
|
||||||
|
<refentrytitle>gshadow</refentrytitle><manvolnum>5</manvolnum>,
|
||||||
|
</citerefentry>
|
||||||
<citerefentry>
|
<citerefentry>
|
||||||
<refentrytitle>passwd</refentrytitle><manvolnum>5</manvolnum>
|
<refentrytitle>passwd</refentrytitle><manvolnum>5</manvolnum>
|
||||||
</citerefentry>,
|
</citerefentry>,
|
||||||
|
Loading…
Reference in New Issue
Block a user