[Pkg-shadow-commits] r1994 - in upstream/trunk: . man
nekral-guest at alioth.debian.org
nekral-guest at alioth.debian.org
Mon May 19 22:18:15 UTC 2008
Author: nekral-guest
Date: 2008-05-19 22:18:14 +0000 (Mon, 19 May 2008)
New Revision: 1994
Modified:
upstream/trunk/ChangeLog
upstream/trunk/NEWS
upstream/trunk/man/chgpasswd.8.xml
upstream/trunk/man/groupadd.8.xml
upstream/trunk/man/groupdel.8.xml
upstream/trunk/man/groupmems.8.xml
upstream/trunk/man/groupmod.8.xml
upstream/trunk/man/newgrp.1.xml
upstream/trunk/man/newusers.8.xml
upstream/trunk/man/sg.1.xml
upstream/trunk/man/useradd.8.xml
Log:
Tag the section which require --enable-shadowgrp or --with-sha-crypt
accordingly.
Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/ChangeLog 2008-05-19 22:18:14 UTC (rev 1994)
@@ -1,3 +1,10 @@
+2008-05-20 Nicolas François <nicolas.francois at centraliens.net>
+
+ * man/newusers.8.xml man/groupmems.8.xml man/groupdel.8.xml
+ man/useradd.8.xml man/groupadd.8.xml man/newgrp.1.xml man/sg.1.xml
+ man/chgpasswd.8.xml man/groupmod.8.xml: Tag the section which
+ require --enable-shadowgrp accordingly.
+
2008-05-19 Nicolas François <nicolas.francois at centraliens.net>
* man/login.defs.5.xml: SHA_CRYPT_MAX_ROUNDS and
Modified: upstream/trunk/NEWS
===================================================================
--- upstream/trunk/NEWS 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/NEWS 2008-05-19 22:18:14 UTC (rev 1994)
@@ -28,6 +28,8 @@
- Document the -c, --crypt-method and -s, --sha-rounds options in the
newusers manpage.
- Document the -k, --skel option in the useradd manpage.
+- Tag the section which require --enable-shadowgrp or --with-sha-crypt
+ accordingly.
shadow-4.1.0 -> shadow-4.1.1 02-04-2008
Modified: upstream/trunk/man/chgpasswd.8.xml
===================================================================
--- upstream/trunk/man/chgpasswd.8.xml 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/man/chgpasswd.8.xml 2008-05-19 22:18:14 UTC (rev 1994)
@@ -153,7 +153,7 @@
<para>Group account information.</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry condition="gshadow">
<term><filename>/etc/gshadow</filename></term>
<listitem>
<para>Secure group account information.</para>
Modified: upstream/trunk/man/groupadd.8.xml
===================================================================
--- upstream/trunk/man/groupadd.8.xml 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/man/groupadd.8.xml 2008-05-19 22:18:14 UTC (rev 1994)
@@ -168,7 +168,7 @@
<para>Group account information.</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry condition="gshadow">
<term><filename>/etc/gshadow</filename></term>
<listitem>
<para>Secure group account information.</para>
Modified: upstream/trunk/man/groupdel.8.xml
===================================================================
--- upstream/trunk/man/groupdel.8.xml 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/man/groupdel.8.xml 2008-05-19 22:18:14 UTC (rev 1994)
@@ -64,7 +64,7 @@
<para>Group account information.</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry condition="gshadow">
<term><filename>/etc/gshadow</filename></term>
<listitem>
<para>Secure group account information.</para>
Modified: upstream/trunk/man/groupmems.8.xml
===================================================================
--- upstream/trunk/man/groupmems.8.xml 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/man/groupmems.8.xml 2008-05-19 22:18:14 UTC (rev 1994)
@@ -124,7 +124,7 @@
<para>Group account information.</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry condition="gshadow">
<term><filename>/etc/gshadow</filename></term>
<listitem>
<para>secure group account information</para>
Modified: upstream/trunk/man/groupmod.8.xml
===================================================================
--- upstream/trunk/man/groupmod.8.xml 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/man/groupmod.8.xml 2008-05-19 22:18:14 UTC (rev 1994)
@@ -126,7 +126,7 @@
<para>Group account information.</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry condition="gshadow">
<term><filename>/etc/gshadow</filename></term>
<listitem>
<para>Secure group account information.</para>
Modified: upstream/trunk/man/newgrp.1.xml
===================================================================
--- upstream/trunk/man/newgrp.1.xml 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/man/newgrp.1.xml 2008-05-19 22:18:14 UTC (rev 1994)
@@ -46,7 +46,7 @@
is not listed as a member.
</para>
- <para>
+ <para condition="gshadow">
If there is an entry for this group in
<filename>/etc/gshadow</filename>, then the list of members and the
password of this group will be taken from this file, otherwise, the
@@ -87,7 +87,7 @@
<para>Group account information.</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry condition="gshadow">
<term><filename>/etc/gshadow</filename></term>
<listitem>
<para>Secure group account information.</para>
@@ -117,7 +117,7 @@
<citerefentry>
<refentrytitle>group</refentrytitle><manvolnum>5</manvolnum>
</citerefentry>,
- <citerefentry>
+ <citerefentry condition="gshadow">
<refentrytitle>gshadow</refentrytitle><manvolnum>5</manvolnum>
</citerefentry>.
</para>
Modified: upstream/trunk/man/newusers.8.xml
===================================================================
--- upstream/trunk/man/newusers.8.xml 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/man/newusers.8.xml 2008-05-19 22:18:14 UTC (rev 1994)
@@ -214,7 +214,7 @@
<para>Group account information.</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry condition="gshadow">
<term><filename>/etc/gshadow</filename></term>
<listitem>
<para>Secure group account information.</para>
Modified: upstream/trunk/man/sg.1.xml
===================================================================
--- upstream/trunk/man/sg.1.xml 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/man/sg.1.xml 2008-05-19 22:18:14 UTC (rev 1994)
@@ -76,7 +76,7 @@
<para>Group account information.</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry condition="gshadow">
<term><filename>/etc/gshadow</filename></term>
<listitem>
<para>Secure group account information.</para>
@@ -106,7 +106,7 @@
<citerefentry>
<refentrytitle>group</refentrytitle><manvolnum>5</manvolnum>
</citerefentry>,
- <citerefentry>
+ <citerefentry condition="gshadow">
<refentrytitle>gshadow</refentrytitle><manvolnum>5</manvolnum>
</citerefentry>
</para>
Modified: upstream/trunk/man/useradd.8.xml
===================================================================
--- upstream/trunk/man/useradd.8.xml 2008-05-19 21:57:48 UTC (rev 1993)
+++ upstream/trunk/man/useradd.8.xml 2008-05-19 22:18:14 UTC (rev 1994)
@@ -510,6 +510,12 @@
<para>Group account information.</para>
</listitem>
</varlistentry>
+ <varlistentry condition="gshadow">
+ <term><filename>/etc/gshadow</filename></term>
+ <listitem>
+ <para>Secure group account information.</para>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term><filename>/etc/default/useradd</filename></term>
<listitem>
More information about the Pkg-shadow-commits
mailing list