Index: openacs-4/etc/install/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/Attic/config.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/etc/install/config.tcl 10 Sep 2003 09:57:12 -0000 1.8 +++ openacs-4/etc/install/config.tcl 22 Sep 2003 10:18:13 -0000 1.9 @@ -94,4 +94,4 @@ set openacs_packages_output_file "${serverroot}/log/install-openacs-packages-install-output.html" set apm_output_file "${serverroot}/log/install-apm-packages-output.html" # Where all errors in the log file during installation are collected -set log_error_file "${serverroot}/log/install-log-errors" +set install_error_file "${serverroot}/log/install-log-errors" Index: openacs-4/etc/install/install.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.sh,v diff -u -r1.15 -r1.16 --- openacs-4/etc/install/install.sh 17 Sep 2003 08:20:23 -0000 1.15 +++ openacs-4/etc/install/install.sh 22 Sep 2003 10:18:13 -0000 1.16 @@ -193,7 +193,7 @@ echo "$0: Taking down $serverroot at $(date)" if parameter_true $use_daemontools; then - $svc_bindir/svc -d ${svscanroot} + $svc_bindir/svc -kd ${svscanroot} else # non-daemontools stop $stop_server_command