Index: openacs-4/etc/install/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/Attic/config.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/etc/install/config.tcl 22 Sep 2003 10:18:13 -0000 1.9 +++ openacs-4/etc/install/config.tcl 10 Oct 2003 15:25:15 -0000 1.10 @@ -90,8 +90,6 @@ # that an email alert should be sent set alert_keyword "INSTALLATION ALERT" set send_alert_script "send-alert" -set openacs_output_file "${serverroot}/log/install-openacs-data-model-output.html" -set openacs_packages_output_file "${serverroot}/log/install-openacs-packages-install-output.html" -set apm_output_file "${serverroot}/log/install-apm-packages-output.html" +set install_output_file "${serverroot}/log/install-output.html" # Where all errors in the log file during installation are collected set install_error_file "${serverroot}/log/install-log-errors"