]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-dictname.patch
- up to 3.6.15
[packages/postfix.git] / postfix-dictname.patch
1 --- postfix-3.6.6/src/global/dynamicmaps.c~     2022-04-25 11:26:46.269075376 +0000
2 +++ postfix-3.6.6/src/global/dynamicmaps.c      2022-04-25 11:29:51.989068585 +0000
3 @@ -182,7 +182,7 @@
4                           "bulk-mode creation.", dict_type);
5         }
6         msg_fatal("unsupported dictionary type: %s. "
7 -                 "Is the postfix-%s package installed?",
8 +                 "Is the postfix-dict-%s package installed?",
9                   dict_type, dict_type);
10      }
11      if (!dp->mkmap_name)
12 @@ -190,7 +190,7 @@
13                   "bulk-mode creation.", dict_type);
14      if (stat(dp->soname, &st) < 0)
15         msg_fatal("unsupported dictionary type: %s (%s: %m). "
16 -                 "Is the postfix-%s package installed?",
17 +                 "Is the postfix-dict-%s package installed?",
18                   dict_type, dp->soname, dict_type);
19      if (st.st_uid != 0 || (st.st_mode & (S_IWGRP | S_IWOTH)) != 0)
20         msg_fatal("unsupported dictionary type: %s "
This page took 0.070824 seconds and 3 git commands to generate.