Compare commits

...

4 Commits

3 changed files with 4 additions and 6 deletions

View File

@@ -1 +1 @@
VERSION = 2024.12.05 VERSION = 2025.08.03

View File

@@ -1 +0,0 @@
export SAL_USE_VCLPLUGIN=qt6

View File

@@ -2,10 +2,10 @@
# #
# GNU/Linux O.S. report generation tool # GNU/Linux O.S. report generation tool
# #
# Copyright (c) 2008-2024 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (c) 2008-2025 by Silvan Calarco <silvan.calarco@mambasoft.it>
# #
MAKEREPORT_VERSION=20240125 MAKEREPORT_VERSION=20250803
TEMPFILE=`mktemp` TEMPFILE=`mktemp`
. ${ROOT}/etc/sysconfig/machine . ${ROOT}/etc/sysconfig/machine
@@ -136,7 +136,6 @@ echo
echo "Gathering information..." echo "Gathering information..."
cat > $TEMPFILE << _EOF cat > $TEMPFILE << _EOF
**************************************************************************** ****************************************************************************
* ${NAME} diagnostic information ${MAKEREPORT_VERSION} for host $HOSTNAME (`date`) * ${NAME} diagnostic information ${MAKEREPORT_VERSION} for host $HOSTNAME (`date`)
@@ -147,7 +146,7 @@ if [ "$NOTE" ]; then
echo " echo "
REPORTED PROBLEM: REPORTED PROBLEM:
=================" >> $TEMPFILE =================" >> $TEMPFILE
cat "$NOTE" >> $TEMPFILE echo "$NOTE" >> $TEMPFILE
echo >> $TEMPFILE echo >> $TEMPFILE
fi fi