From eeb9d08d48b71fb3092837fe58f03bad79f4893a Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 2 Jul 2008 10:58:20 +0000 Subject: [PATCH] Improve SALOME logger: customize log file name (add port, user and host ids) to avoid problems with using the same log file name by different SALOME sessions (add missing salome_utilities.py script to the Makefile). --- bin/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/Makefile.am b/bin/Makefile.am index b8086e529..ef2966ef0 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -65,7 +65,8 @@ dist_salomescript_SCRIPTS=\ waitNS.sh \ waitNS.py \ waitContainers.py \ - shutdownSalome.py + shutdownSalome.py \ + salome_utilities.py EXTRA_DIST = appliskel -- 2.39.2