[Pkg-shadow-commits] r1473 - debian/trunk/debian/patches

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Nov 27 18:59:15 UTC 2007


Author: nekral-guest
Date: 2007-11-27 18:59:14 +0000 (Tue, 27 Nov 2007)
New Revision: 1473

Modified:
   debian/trunk/debian/patches/412_lastlog_-u_numerical_range
Log:
Upstream moved from getpwnam to xgetpwnam.


Modified: debian/trunk/debian/patches/412_lastlog_-u_numerical_range
===================================================================
--- debian/trunk/debian/patches/412_lastlog_-u_numerical_range	2007-11-26 23:27:56 UTC (rev 1472)
+++ debian/trunk/debian/patches/412_lastlog_-u_numerical_range	2007-11-27 18:59:14 UTC (rev 1473)
@@ -107,7 +107,7 @@
 +				 *  - a numerical login ID
 +				 *  - a range (-x, x-, x-y)
 +				 */
- 				pwent = getpwnam (optarg);
+ 				pwent = xgetpwnam (optarg);
 -				if (!pwent) {
 -					fprintf (stderr,
 -						 _("Unknown User: %s\n"),




More information about the Pkg-shadow-commits mailing list