]> git.pld-linux.org Git - packages/postfix.git/blame - postfix-dictname.patch
- rel 2 for real
[packages/postfix.git] / postfix-dictname.patch
CommitLineData
5a9aead1
AG
1--- postfix-2.9.0/src/util/dict_open.c.orig 2012-02-04 19:42:26.000000000 +0100
2+++ postfix-2.9.0/src/util/dict_open.c 2012-02-04 19:43:42.937093038 +0100
3@@ -365,7 +365,7 @@
4 lib=vstring_alloc(1);
5 vstring_sprintf(lib,dl->soname,dict_type);
6 if (stat(vstring_str(lib),&st) < 0) {
7- msg_fatal("%s: unsupported dictionary type: %s (%s not found. Is the postfix-%s package installed?)",
8+ msg_fatal("%s: unsupported dictionary type: %s (%s not found. Is the postfix-dict-%s package installed?)",
9 myname, dict_type, vstring_str(lib), dict_type);
10 }
11 func=vstring_alloc(1);
This page took 0.059897 seconds and 4 git commands to generate.