From: Vlad S. <ser...@us...> - 2005-11-02 21:18:30
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15489 Modified Files: ChangeLog configure.in Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.241 retrieving revision 1.242 diff -C2 -d -r1.241 -r1.242 *** ChangeLog 2 Nov 2005 20:20:22 -0000 1.241 --- ChangeLog 2 Nov 2005 21:18:20 -0000 1.242 *************** *** 2,6 **** * tests/ns_info.test: added 1 second delay to make ns_info ! uptime report uptie > 0 2005-10-28 Bernd Eidenschink <ei...@us...> --- 2,18 ---- * tests/ns_info.test: added 1 second delay to make ns_info ! uptime report uptime > 0 successfuly ! ! * configure.in: ! * m4/cmmsg.m4: ! * include/ns.h: ! * nsd/binder.c: ! * nsd/nsmain.c: Added support of binder as a separate process ! forked before switching off root priviliges and provided ! new API function Ns_SockListenBinder for creating ! sockets. In this mode, no need to specify all ports in the command line ! parameter -b. For now all modules have to call new API function in order ! to create sockets if they are not specified using -b command line ! paramater. 2005-10-28 Bernd Eidenschink <ei...@us...> Index: configure.in =================================================================== RCS file: /cvsroot/naviserver/naviserver/configure.in,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** configure.in 22 Oct 2005 09:32:52 -0000 1.16 --- configure.in 2 Nov 2005 21:18:20 -0000 1.17 *************** *** 79,83 **** TEA_ENABLE_SYMBOLS TEA_TIME_HANDLER ! # --- 79,83 ---- TEA_ENABLE_SYMBOLS TEA_TIME_HANDLER ! AC_HAVE_CMMSG # |