]> git.pld-linux.org Git - packages/amanda.git/blobdiff - amanda-amstar-exclude.patch
- 3.2.3
[packages/amanda.git] / amanda-amstar-exclude.patch
index 088a95d0a914c4e623bfec71c9bf5b35492941ac..6cc274c275acb26f4a5990c50349592cf78fdcd1 100644 (file)
@@ -15,9 +15,9 @@
      {"directory"       , 1, NULL, 21},
      {"command-options" , 1, NULL, 22},
 +    {"exclude-file"    , 1, NULL, 23},
+     {"acl"             , 1, NULL, 24},
      { NULL, 0, NULL, 0}
  };
 @@ -320,6 +322,10 @@
        case 22: argument.command_options =
                        g_slist_append(argument.command_options,
@@ -26,9 +26,9 @@
 +                   argument.dle.exclude_file =
 +                       append_sl(argument.dle.exclude_file, optarg);
 +               break;
-       case ':':
-       case '?':
-               break;
+       case 24: if (optarg && strcasecmp(optarg, "NO") == 0)
+                    star_acl = 0;
+                else if (optarg && strcasecmp(optarg, "YES") == 0)
 @@ -417,10 +423,6 @@
        argument->dle.include_list->nb_element >= 0) {
        fprintf(stdout, "ERROR include-list not supported for backup\n");
This page took 0.082729 seconds and 4 git commands to generate.