[Pkg-shadow-commits] r3734 - in upstream/trunk: man src

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun May 20 12:26:55 UTC 2012


Author: nekral-guest
Date: 2012-05-20 12:26:54 +0000 (Sun, 20 May 2012)
New Revision: 3734

Modified:
   upstream/trunk/man/useradd.8.xml
   upstream/trunk/src/useradd.c
Log:
	* src/useradd.c: Cleanup, return code 13 no more used.
	* man/useradd.8.xml: Document return code 14, and remove return
	code 13.


Modified: upstream/trunk/man/useradd.8.xml
===================================================================
--- upstream/trunk/man/useradd.8.xml	2012-05-20 11:06:53 UTC (rev 3733)
+++ upstream/trunk/man/useradd.8.xml	2012-05-20 12:26:54 UTC (rev 3734)
@@ -779,9 +779,9 @@
 	  </listitem>
 	</varlistentry>
 	<varlistentry>
-	  <term><replaceable>13</replaceable></term>
+	  <term><replaceable>14</replaceable></term>
 	  <listitem>
-	    <para>can't create mail spool</para>
+	    <para>can't update SELinux user mapping</para>
 	  </listitem>
 	</varlistentry>
       </variablelist>

Modified: upstream/trunk/src/useradd.c
===================================================================
--- upstream/trunk/src/useradd.c	2012-05-20 11:06:53 UTC (rev 3733)
+++ upstream/trunk/src/useradd.c	2012-05-20 12:26:54 UTC (rev 3734)
@@ -167,8 +167,7 @@
 #define E_NAME_IN_USE	9	/* username already in use */
 #define E_GRP_UPDATE	10	/* can't update group file */
 #define E_HOMEDIR	12	/* can't create home directory */
-#define	E_MAIL_SPOOL	13	/* can't create mail spool */
-#define E_SE_UPDATE     14      /* can't update SELinux user mapping */
+#define E_SE_UPDATE	14	/* can't update SELinux user mapping */
 
 #define DGROUP			"GROUP="
 #define DHOME			"HOME="




More information about the Pkg-shadow-commits mailing list