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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Sep 13 17:33:53 UTC 2008


Author: nekral-guest
Date: 2008-09-13 17:33:52 +0000 (Sat, 13 Sep 2008)
New Revision: 2393

Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/patches/428_grpck_add_prune_option
Log:
428_grpck_add_prune_option updated for upstream version 4.1.2.


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2008-09-13 17:32:52 UTC (rev 2392)
+++ debian/trunk/debian/changelog	2008-09-13 17:33:52 UTC (rev 2393)
@@ -13,6 +13,7 @@
       + debian/patches/008_login_log_failure_in_FTMP
       + debian/patches/429_login_FAILLOG_ENAB
       + debian/patches/507_32char_grnames.dpatch
+      + debian/patches/428_grpck_add_prune_option
   * debian/patches/454_userdel_no_MAIL_FILE: Patch removed. If MAIL_FILE is
     defined, the mailbox is not in MAIL_SPOOL_DIR.
   * debian/patches/506_relaxed_usernames: Use an extra paragraph for the note

Modified: debian/trunk/debian/patches/428_grpck_add_prune_option
===================================================================
--- debian/trunk/debian/patches/428_grpck_add_prune_option	2008-09-13 17:32:52 UTC (rev 2392)
+++ debian/trunk/debian/patches/428_grpck_add_prune_option	2008-09-13 17:33:52 UTC (rev 2393)
@@ -11,9 +11,9 @@
 +++ shadow-4.1.0/src/grpck.c
 @@ -139,6 +139,7 @@
  /* Options */
- static int read_only = 0;
- static int sort_mode = 0;
-+static int prune = 0;
+ static bool read_only = false;
+ static bool sort_mode = false;
++static bool prune = false;
  
  /* local function prototypes */
  static void usage (void);
@@ -28,10 +28,10 @@
  			/* quiet - ignored for now */
 @@ -174,6 +175,9 @@
  		case 's':
- 			sort_mode = 1;
+ 			sort_mode = true;
  			break;
 +		case 'p':
-+			prune = 1;
++			prune = true;
 +			break;
  		default:
  			usage ();




More information about the Pkg-shadow-commits mailing list