[dovecot-cvs] dovecot/src/master dict-process.c,1.1,1.2

cras at dovecot.org cras at dovecot.org
Sat Jan 14 16:01:44 EET 2006


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv30928/master

Modified Files:
	dict-process.c 
Log Message:
Don't use hardcoded /var/run/dovecot in dict-server path, but
PKG_RUNDIR/dict-server.



Index: dict-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/dict-process.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dict-process.c	12 Jan 2006 10:54:27 -0000	1.1
+++ dict-process.c	14 Jan 2006 14:01:42 -0000	1.2
@@ -12,7 +12,7 @@
 #include <unistd.h>
 #include <sys/stat.h>
 
-#define DEFAULT_DICT_SERVER_SOCKET_PATH "/var/run/dovecot/dict-server"
+#define DEFAULT_DICT_SERVER_SOCKET_PATH PKG_RUNDIR"/dict-server"
 
 struct dict_process {
 	const char *path;



More information about the dovecot-cvs mailing list