diff options
Diffstat (limited to 'meta/recipes-extended/shadow')
-rw-r--r-- | meta/recipes-extended/shadow/files/add_root_cmd_options.patch | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/meta/recipes-extended/shadow/files/add_root_cmd_options.patch b/meta/recipes-extended/shadow/files/add_root_cmd_options.patch index 5edd3b8744..ab87e35535 100644 --- a/meta/recipes-extended/shadow/files/add_root_cmd_options.patch +++ b/meta/recipes-extended/shadow/files/add_root_cmd_options.patch | |||
@@ -528,7 +528,17 @@ diff -urN shadow-4.1.4.3.orig//src/grpconv.c shadow-4.1.4.3//src/grpconv.c | |||
528 | int main (int argc, char **argv) | 528 | int main (int argc, char **argv) |
529 | { | 529 | { |
530 | const struct group *gr; | 530 | const struct group *gr; |
531 | @@ -100,6 +183,8 @@ | 531 | @@ -89,9 +172,6 @@ |
532 | const struct sgrp *sg; | ||
533 | struct sgrp sgent; | ||
534 | |||
535 | - if (1 != argc) { | ||
536 | - (void) fputs (_("Usage: grpconv\n"), stderr); | ||
537 | - } | ||
538 | Prog = Basename (argv[0]); | ||
539 | |||
540 | (void) setlocale (LC_ALL, ""); | ||
541 | @@ -100,6 +180,8 @@ | ||
532 | 542 | ||
533 | OPENLOG ("grpconv"); | 543 | OPENLOG ("grpconv"); |
534 | 544 | ||