]> git.pld-linux.org Git - packages/postfix.git/blame - postfix-dictname.patch
- up to 3.6.6
[packages/postfix.git] / postfix-dictname.patch
CommitLineData
e2cdde26
KM
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 }
3cda6c7c
AM
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);
e2cdde26 10 }
3cda6c7c 11 if (!dp->mkmap_name)
e2cdde26 12@@ -190,7 +190,7 @@
3cda6c7c
AM
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.107729 seconds and 4 git commands to generate.