- Updated patches:
+ debian/patches/542_useradd-O_option
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
|
||||
|
||||
8
debian/patches/542_useradd-O_option
vendored
8
debian/patches/542_useradd-O_option
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user