]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-dictname.patch
- partial update to 3.3.1; try to be closer to upstream, so drop obsolete and weird...
[packages/postfix.git] / postfix-dictname.patch
1 --- postfix-3.3.1/src/global/dynamicmaps.c~     2018-09-15 23:09:41.000000000 +0200
2 +++ postfix-3.3.1/src/global/dynamicmaps.c      2018-09-15 23:10:31.630800874 +0200
3 @@ -171,14 +171,14 @@ static MKMAP_OPEN_FN dymap_mkmap_lookup(
4       */
5      if ((dp = (DYMAP_INFO *) htable_find(dymap_info, dict_type)) == 0)
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      if (!dp->mkmap_name)
11         msg_fatal("unsupported dictionary type: %s does not support "
12                   "bulk-mode creation.", dict_type);
13      if (stat(dp->soname, &st) < 0)
14         msg_fatal("unsupported dictionary type: %s (%s: %m). "
15 -                 "Is the postfix-%s package installed?",
16 +                 "Is the postfix-dict-%s package installed?",
17                   dict_type, dp->soname, dict_type);
18      if (st.st_uid != 0 || (st.st_mode & (S_IWGRP | S_IWOTH)) != 0)
19         msg_fatal("unsupported dictionary type: %s "
This page took 0.030745 seconds and 4 git commands to generate.