]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- 3.2.3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 9 Feb 2012 12:28:57 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-amstar-exclude.patch -> 1.2
    amanda.spec -> 1.218

amanda-amstar-exclude.patch
amanda.spec

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");
index 60e8f918ce30399fb7e5edddd1e726a9a42769dc..13ec1712336ed235b855741f7b4751ceb0fa8b13 100644 (file)
@@ -9,12 +9,12 @@
 Summary:       A network-capable tape backup solution
 Summary(pl.UTF-8):     Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
-Version:       3.2.2
-Release:       3
+Version:       3.2.3
+Release:       1
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
-# Source0-md5: 4d5a5efcdcf01947a89323cd62d8fb6e
+# Source0-md5: d01944e068f3446ef0078ec208a43cd6
 Source1:       %{name}-srv.crontab
 Source2:       %{name}.inetd
 Source3:       %{name}idx.inetd
This page took 0.047113 seconds and 4 git commands to generate.