1 Sep 2004 10:35
[openi18n-im:01021] updated a bit and some patches
Akira TAGOH <tagoh <at> redhat.com>
2004-09-01 08:35:48 GMT
2004-09-01 08:35:48 GMT
Hi, I updated a patch to separate those clearly. Here is the summary for new patches: im-sdk-12.0.1-unix-domain-socket.patch Although it depends on xmlconf patch, the socket file shouldn't be created under /tmp, because of the security reason. it should uses /var/run instead of. im-sdk-12.0.1-iiimsf-disable-tcp.patch Although it also depends on xmlconf patch, listening on tcp should be disabled by default. -- Akira TAGOH
diff -ruN im-sdk-r12_0_1-svn1891.orig/iiimsf/Makefile.am im-sdk-r12_0_1-svn1891/iiimsf/Makefile.am --- im-sdk-r12_0_1-svn1891.orig/iiimsf/Makefile.am 2003-03-26 19:36:50.000000000 +0900 +++ im-sdk-r12_0_1-svn1891/iiimsf/Makefile.am 2004-09-01 15:04:29.258360982 +0900 <at> <at> -1,4 +1,5 <at> <at> AUTOMAKE_OPTIONS = foreign SUBDIRS = lib src -datadir = $(IMDIR) -data_DATA = htt.conf + +confdir = $(XMLCONFDIR) +conf_DATA = htt.xml.conf(Continue reading)
RSS Feed