SOURCES: postfix-dictname.patch (NEW) - proper name for dict subpa...

glen glen at pld-linux.org
Tue Jul 25 12:41:36 CEST 2006


Author: glen                         Date: Tue Jul 25 10:41:36 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- proper name for dict subpackages

---- Files affected:
SOURCES:
   postfix-dictname.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/postfix-dictname.patch
diff -u /dev/null SOURCES/postfix-dictname.patch:1.1
--- /dev/null	Tue Jul 25 12:41:36 2006
+++ SOURCES/postfix-dictname.patch	Tue Jul 25 12:41:31 2006
@@ -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);
================================================================


More information about the pld-cvs-commit mailing list