- Updated patches:

+ debian/patches/542_useradd-O_option
This commit is contained in:
nekral-guest
2010-03-20 10:45:49 +00:00
parent 68fdd46a81
commit 5c8a6cd6eb
2 changed files with 5 additions and 4 deletions

1
debian/changelog vendored
View File

@@ -9,6 +9,7 @@ shadow (1:4.1.4.3-1) UNRELEASED; urgency=low
+ 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

View File

@@ -25,11 +25,11 @@ Status wrt upstream: not included as this is just specific
};
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) {