]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- proper name for dict subpackages
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Jul 2006 10:41:31 +0000 (10:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix-dictname.patch -> 1.1

postfix-dictname.patch [new file with mode: 0644]

diff --git a/postfix-dictname.patch b/postfix-dictname.patch
new file mode 100644 (file)
index 0000000..f0f89d8
--- /dev/null
@@ -0,0 +1,11 @@
+--- postfix-2.3.0/src/util/dict_open.c~        2006-07-25 13:36:17.245609587 +0300
++++ postfix-2.3.0/src/util/dict_open.c 2006-07-25 13:38:52.429059090 +0300
+@@ -327,7 +327,7 @@
+       lib=vstring_alloc(1);
+       vstring_sprintf(lib,dl->soname,dict_type);
+       if (stat(vstring_str(lib),&st) < 0) {
+-          msg_fatal("%s: unsupported dictionary type: %s (%s not found.  Is the postfix-%s package installed?)",
++          msg_fatal("%s: unsupported dictionary type: %s (%s not found.  Is the postfix-dict-%s package installed?)",
+               myname, dict_type, vstring_str(lib), dict_type);
+       }
+       func=vstring_alloc(1);
This page took 0.187928 seconds and 4 git commands to generate.