]> git.pld-linux.org Git - packages/postfix.git/blobdiff - postfix-dictname.patch
- up to 3.6.15
[packages/postfix.git] / postfix-dictname.patch
index e4d45a06dfb0c0c5e2bed6ea035c68c121734e36..77ff967ca27f9bf50da709f9942b781bd8fcf0d2 100644 (file)
@@ -1,14 +1,15 @@
---- postfix-3.3.1/src/global/dynamicmaps.c~    2018-09-15 23:09:41.000000000 +0200
-+++ postfix-3.3.1/src/global/dynamicmaps.c     2018-09-15 23:10:31.630800874 +0200
-@@ -171,14 +171,14 @@ static MKMAP_OPEN_FN dymap_mkmap_lookup(
-      */
-     if ((dp = (DYMAP_INFO *) htable_find(dymap_info, dict_type)) == 0)
+--- postfix-3.6.6/src/global/dynamicmaps.c~    2022-04-25 11:26:46.269075376 +0000
++++ postfix-3.6.6/src/global/dynamicmaps.c     2022-04-25 11:29:51.989068585 +0000
+@@ -182,7 +182,7 @@
+                         "bulk-mode creation.", dict_type);
+       }
        msg_fatal("unsupported dictionary type: %s. "
 -                "Is the postfix-%s package installed?",
 +                "Is the postfix-dict-%s package installed?",
                  dict_type, dict_type);
+     }
      if (!dp->mkmap_name)
-       msg_fatal("unsupported dictionary type: %s does not support "
+@@ -190,7 +190,7 @@
                  "bulk-mode creation.", dict_type);
      if (stat(dp->soname, &st) < 0)
        msg_fatal("unsupported dictionary type: %s (%s: %m). "
This page took 0.116941 seconds and 4 git commands to generate.