From: Vlad S. <ser...@us...> - 2005-02-16 16:46:00
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6070 Modified Files: Makefile configure.in sample-config.tcl Log Message: License terms in the headers are changed to Mozilla. sendmail proc extended to support cc as argument and possibly ignore error on receiving QUIT response, some mail servers just drop the connection and then sendmail generate error. ns_getform checks for connection and if no connection returns empty instead of generate error, to be used safely in schedule scripts when same code runs on the Web frontend and backend. Index: configure.in =================================================================== RCS file: /cvsroot/naviserver/naviserver/configure.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** configure.in 16 Feb 2005 08:38:46 -0000 1.1.1.1 --- configure.in 16 Feb 2005 16:45:43 -0000 1.2 *************** *** 1,7 **** # ! # The contents of this file are subject to the AOLserver Public License # Version 1.1 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at ! # http://aolserver.com/. # # Software distributed under the License is distributed on an "AS IS" --- 1,7 ---- # ! # The contents of this file are subject to the Mozilla Public License # Version 1.1 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at ! # http://www.mozilla.org/. # # Software distributed under the License is distributed on an "AS IS" Index: Makefile =================================================================== RCS file: /cvsroot/naviserver/naviserver/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 16 Feb 2005 08:38:42 -0000 1.1.1.1 --- Makefile 16 Feb 2005 16:45:43 -0000 1.2 *************** *** 1,7 **** # ! # The contents of this file are subject to the AOLserver Public License # Version 1.1 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at ! # http://aolserver.com/. # # Software distributed under the License is distributed on an "AS IS" --- 1,7 ---- # ! # The contents of this file are subject to the Mozilla Public License # Version 1.1 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at ! # http://www.mozilla.org/. # # Software distributed under the License is distributed on an "AS IS" *************** *** 45,57 **** install-binaries: all for i in bin lib log include modules/tcl servers/server1/pages; do \ ! $(MKDIR) $(AOLSERVER)/$$i; \ done for i in include/*.h include/Makefile.global include/Makefile.module; do \ ! $(INSTALL_DATA) $$i $(AOLSERVER)/include/; \ done for i in tcl/*.tcl; do \ ! $(INSTALL_DATA) $$i $(AOLSERVER)/modules/tcl/; \ done ! $(INSTALL_DATA) sample-config.tcl $(AOLSERVER)/ $(INSTALL_SH) install-sh $(INSTBIN)/ for i in $(dirs); do \ --- 45,57 ---- install-binaries: all for i in bin lib log include modules/tcl servers/server1/pages; do \ ! $(MKDIR) $(NAVISERVER)/$$i; \ done for i in include/*.h include/Makefile.global include/Makefile.module; do \ ! $(INSTALL_DATA) $$i $(NAVISERVER)/include/; \ done for i in tcl/*.tcl; do \ ! $(INSTALL_DATA) $$i $(NAVISERVER)/modules/tcl/; \ done ! $(INSTALL_DATA) sample-config.tcl $(NAVISERVER)/ $(INSTALL_SH) install-sh $(INSTBIN)/ for i in $(dirs); do \ *************** *** 63,67 **** install-doc: ! cd doc && /bin/sh ./install-doc $(AOLSERVER) test: all --- 63,67 ---- install-doc: ! cd doc && /bin/sh ./install-doc $(NAVISERVER) test: all Index: sample-config.tcl =================================================================== RCS file: /cvsroot/naviserver/naviserver/sample-config.tcl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample-config.tcl 16 Feb 2005 08:38:43 -0000 1.1.1.1 --- sample-config.tcl 16 Feb 2005 16:45:43 -0000 1.2 *************** *** 1,7 **** # ! # The contents of this file are subject to the AOLserver Public License # Version 1.1 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at ! # http://aolserver.com/. # # Software distributed under the License is distributed on an "AS IS" --- 1,7 ---- # ! # The contents of this file are subject to the Mozilla Public License # Version 1.1 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at ! # http://www.mozilla.org/. # # Software distributed under the License is distributed on an "AS IS" *************** *** 34,38 **** # sample-config.tcl -- Example config script. # ! # This script is an AOLserver configuration script with # several example sections. To use: # --- 34,38 ---- # sample-config.tcl -- Example config script. # ! # This script is an naviserver configuration script with # several example sections. To use: # *************** *** 88,92 **** # MIME types. # ! # Note: AOLserver already has an exhaustive list of MIME types, but in # case something is missing you can add it here. # --- 88,92 ---- # MIME types. # ! # Note: naviserver already has an exhaustive list of MIME types, but in # case something is missing you can add it here. # *************** *** 143,147 **** # Server-level configuration # ! # There is only one server in AOLserver, but this is helpful when multiple # servers share the same configuration file. This file assumes that only # one server is in use so it is set at the top in the "server" Tcl variable. --- 143,147 ---- # Server-level configuration # ! # There is only one server in naviserver, but this is helpful when multiple # servers share the same configuration file. This file assumes that only # one server is in use so it is set at the top in the "server" Tcl variable. *************** *** 256,261 **** # See also: # ! # /aolserver/nsd/fastpath.c ! # /aolserver/tcl/fastpath.tcl --- 256,261 ---- # See also: # ! # /naviserver/nsd/fastpath.c ! # /naviserver/tcl/fastpath.tcl *************** *** 404,408 **** # http://<host>:<port>/_stats # ! # 3. Configure user. (Optional: default = aolserver) # 4. Configure password. (Optional: default = stats) # --- 404,408 ---- # http://<host>:<port>/_stats # ! # 3. Configure user. (Optional: default = naviserver) # 4. Configure password. (Optional: default = stats) # *************** *** 412,416 **** #ns_section ns/server/stats # ns_param enabled 1 ! # ns_param url /aolserver/stats # ns_param user nsadmin # ns_param password 23dfs!d --- 412,416 ---- #ns_section ns/server/stats # ns_param enabled 1 ! # ns_param url /naviserver/stats # ns_param user nsadmin # ns_param password 23dfs!d |