[Pkg-shadow-commits] r1728 - in upstream/trunk: . man

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Jan 22 21:13:44 UTC 2008


Author: nekral-guest
Date: 2008-01-22 21:13:43 +0000 (Tue, 22 Jan 2008)
New Revision: 1728

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/man/grpck.8.xml
   upstream/trunk/man/pwck.8.xml
Log:
Indicate that the shadow parameter is optional (i.e. a passwd file can be
specified without a shadow file, and the group file can be specified
without the gshadow file).


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-22 20:56:13 UTC (rev 1727)
+++ upstream/trunk/ChangeLog	2008-01-22 21:13:43 UTC (rev 1728)
@@ -1,5 +1,12 @@
 2008-01-22  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* man/grpck.8.xml, man/pwck.8.xml: Indicate that the shadow
+	parameter is optional (i.e. a passwd file can be specified without
+	a shadow file, and the group file can be specified without the
+	gshadow file).
+
+2008-01-22  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* man/grpck.8.xml: Document the options with a list of options,
 	as in the pwck(8) manpage.
 

Modified: upstream/trunk/man/grpck.8.xml
===================================================================
--- upstream/trunk/man/grpck.8.xml	2008-01-22 20:56:13 UTC (rev 1727)
+++ upstream/trunk/man/grpck.8.xml	2008-01-22 21:13:43 UTC (rev 1728)
@@ -20,14 +20,18 @@
       <command>grpck</command>    <arg choice='opt'>-r </arg>
       <arg choice='opt'>
 	<arg choice='plain'><replaceable>group</replaceable></arg>
-	<arg choice='plain'><replaceable>shadow</replaceable></arg>
+	<arg choice='opt' condition="gshadow">
+	  <arg choice='plain'><replaceable>shadow</replaceable></arg>
+	</arg>
       </arg>
     </cmdsynopsis>
     <cmdsynopsis>
       <command>grpck</command>    <arg choice='opt'>-s </arg>
       <arg choice='opt'>
 	<arg choice='plain'><replaceable>group</replaceable></arg>
-	<arg choice='plain'><replaceable>shadow</replaceable></arg>
+	<arg choice='opt' condition="gshadow">
+	  <arg choice='plain'><replaceable>shadow</replaceable></arg>
+	</arg>
       </arg>
     </cmdsynopsis>
   </refsynopsisdiv>

Modified: upstream/trunk/man/pwck.8.xml
===================================================================
--- upstream/trunk/man/pwck.8.xml	2008-01-22 20:56:13 UTC (rev 1727)
+++ upstream/trunk/man/pwck.8.xml	2008-01-22 21:13:43 UTC (rev 1728)
@@ -26,8 +26,10 @@
 	<arg choice='plain'>
 	  <replaceable>passwd</replaceable>
 	</arg>
-	<arg choice='plain'>
-	  <replaceable>shadow</replaceable>
+	<arg choice='opt'>
+	  <arg choice='plain'>
+	    <replaceable>shadow</replaceable>
+	  </arg>
 	</arg>
       </arg>
     </cmdsynopsis>




More information about the Pkg-shadow-commits mailing list