[Pkg-shadow-commits] r3176 - in debian/trunk/debian: . patches
Nicolas FRANÇOIS
nekral-guest at alioth.debian.org
Sat Mar 20 10:45:49 UTC 2010
Author: nekral-guest
Date: 2010-03-20 10:45:49 +0000 (Sat, 20 Mar 2010)
New Revision: 3176
Modified:
debian/trunk/debian/changelog
debian/trunk/debian/patches/542_useradd-O_option
Log:
- Updated patches:
+ debian/patches/542_useradd-O_option
Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog 2010-03-20 10:45:12 UTC (rev 3175)
+++ debian/trunk/debian/changelog 2010-03-20 10:45:49 UTC (rev 3176)
@@ -9,6 +9,7 @@
+ debian/patches/008_su_no_sanitize_env
- Updated patches:
+ debian/patches/523_su_arguments_are_no_more_concatenated_by_default
+ + debian/patches/542_useradd-O_option
- Added support for dates already specified as a number of days since
Epoch in useradd, usermod and chage. Closes: #562221
- This also allows, in the chage interactive mode, to specify -1 as the
Modified: debian/trunk/debian/patches/542_useradd-O_option
===================================================================
--- debian/trunk/debian/patches/542_useradd-O_option 2010-03-20 10:45:12 UTC (rev 3175)
+++ debian/trunk/debian/patches/542_useradd-O_option 2010-03-20 10:45:49 UTC (rev 3176)
@@ -25,11 +25,11 @@
};
while ((c = getopt_long (argc, argv,
#ifdef WITH_SELINUX
-- "b:c:d:De:f:g:G:k:K:lmMNop:rs:u:UZ:",
-+ "b:c:d:De:f:g:G:k:O:K:lmMNop:rs:u:UZ:",
+- "b:c:d:De:f:g:G:hk:K:lmMNop:rs:u:UZ:",
++ "b:c:d:De:f:g:G:hk:O:K:lmMNop:rs:u:UZ:",
#else
-- "b:c:d:De:f:g:G:k:K:lmMNop:rs:u:U",
-+ "b:c:d:De:f:g:G:k:O:K:lmMNop:rs:u:U",
+- "b:c:d:De:f:g:G:hk:K:lmMNop:rs:u:U",
++ "b:c:d:De:f:g:G:hk:O:K:lmMNop:rs:u:U",
#endif
long_options, NULL)) != -1) {
switch (c) {
More information about the Pkg-shadow-commits
mailing list