Index: openacs-4/etc/install/install.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.sh,v diff -u -r1.42 -r1.43 --- openacs-4/etc/install/install.sh 24 Feb 2004 10:47:59 -0000 1.42 +++ openacs-4/etc/install/install.sh 24 Feb 2004 14:16:14 -0000 1.43 @@ -213,6 +213,7 @@ tclwebtest_scripts=`get_config_param tclwebtest_scripts` do_tclapi_testing=`get_config_param do_tclapi_testing` report_scp_target=`get_config_param report_scp_target` +server_description=`get_config_param server_description` # If pre/post checkout scripts have been provided, check that they can # be executed @@ -613,6 +614,7 @@ xmlreportfile=$script_path/$HOSTNAME-$server-installreport.xml echo "" > $xmlreportfile + echo " $server_description" >> $xmlreportfile echo " $(uname -a)" >> $xmlreportfile echo " $database" >> $xmlreportfile if [ $database == "postgres" ]; then