Updated patch to 4.1.1

This commit is contained in:
nekral-guest
2008-03-19 20:24:54 +00:00
parent 312f23ab50
commit afce34ff40
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@@ -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

View File

@@ -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':