[Pkg-shadow-commits] r1923 - in debian/trunk/debian: . patches

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Wed Mar 19 20:24:58 UTC 2008


Author: nekral-guest
Date: 2008-03-19 20:24:54 +0000 (Wed, 19 Mar 2008)
New Revision: 1923

Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/patches/407_adduser_disable_PUG_with-n
Log:
Updated patch to 4.1.1


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2008-03-19 20:23:42 UTC (rev 1922)
+++ debian/trunk/debian/changelog	2008-03-19 20:24:54 UTC (rev 1923)
@@ -25,6 +25,7 @@
       + debian/patches/542_useradd-O_option
       + debian/patches/401_cppw_src.dpatch
       + debian/patches/428_grpck_add_prune_option
+      + debian/patches/407_adduser_disable_PUG_with-n
   * debian/watch: Add a watch file for shadow.
 
  -- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>  Sun, 24 Feb 2008 18:33:31 +0100

Modified: debian/trunk/debian/patches/407_adduser_disable_PUG_with-n
===================================================================
--- debian/trunk/debian/patches/407_adduser_disable_PUG_with-n	2008-03-19 20:23:42 UTC (rev 1922)
+++ debian/trunk/debian/patches/407_adduser_disable_PUG_with-n	2008-03-19 20:24:54 UTC (rev 1923)
@@ -61,8 +61,8 @@
  			{NULL, 0, NULL, '\0'}
  		};
  		while ((c =
--			getopt_long (argc, argv, "b:c:d:De:f:g:G:k:O:K:mMop:rs:u:",
-+			getopt_long (argc, argv, "b:c:d:De:f:g:G:k:O:K:mMnop:rs:u:",
+-			getopt_long (argc, argv, "b:c:d:De:f:g:G:k:O:K:lmMop:rs:u:",
++			getopt_long (argc, argv, "b:c:d:De:f:g:G:k:O:K:lmMnop:rs:u:",
  				     long_options, NULL)) != -1) {
  			switch (c) {
  			case 'b':




More information about the Pkg-shadow-commits mailing list