[Pkg-shadow-commits] r3378 - upstream/trunk/src

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Fri Jul 8 19:50:42 UTC 2011


Author: nekral-guest
Date: 2011-07-08 19:50:42 +0000 (Fri, 08 Jul 2011)
New Revision: 3378

Modified:
   upstream/trunk/src/userdel.c
Log:
Fixed typo. user_home -> mailfile.


Modified: upstream/trunk/src/userdel.c
===================================================================
--- upstream/trunk/src/userdel.c	2011-07-08 19:49:09 UTC (rev 3377)
+++ upstream/trunk/src/userdel.c	2011-07-08 19:50:42 UTC (rev 3378)
@@ -704,7 +704,7 @@
 		if (ENOENT == errno) {
 			fprintf (stderr,
 			         _("%s: %s mail spool (%s) not found\n"),
-			         Prog, user_name, user_home);
+			         Prog, user_name, mailfile);
 			return 0;
 		} else {
 			fprintf (stderr,




More information about the Pkg-shadow-commits mailing list