Updated patch to 4.1.1
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -25,6 +25,7 @@ shadow (1:4.1.1~rc1-1) UNRELEASED; urgency=low
|
||||
+ 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@centraliens.net> Sun, 24 Feb 2008 18:33:31 +0100
|
||||
|
||||
@@ -61,8 +61,8 @@ Index: shadow-4.1.0/src/useradd.c
|
||||
{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':
|
||||
|
||||
Reference in New Issue
Block a user