Opened 9 years ago
Closed 9 years ago
#1430 closed defect (fixed)
inst_template.conf improvement
Reported by: | Florian.LaRoche@… | Owned by: | Dave Love <d.love@…> |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.1.0 |
Severity: | minor | Keywords: | |
Cc: |
Description
Hello all,
the following changes inst_template.conf into a config file,
so that upgrades keep this file unchanged. Also the default
value for SHADOW_HOST should be empty.
best regards from Germany,
Florian La Roche
--- gridengine.spec
+++ gridengine.spec
@@ -297,6 +297,7 @@
%{sge_home}/mpi
%{sge_home}/pvm
%{sge_home}/util
+%config %{sge_home}/util/install_modules/inst_template.conf
%{sge_home}/utilbin
%attr(4755,root,root) %{sge_home}/utilbin/*/testsuidroot
#%attr(4755,root,root) %{sge_home}/utilbin/*/authuser
--- sge-8.1.1/source/dist/util/install_modules/inst_template.conf
+++ sge-8.1.1/source/dist/util/install_modules/inst_template.conf
@@ -182,7 +182,7 @@ SCHEDD_CONF="1"
# to the qmaster spool directory
# If you want to setup a shadow host, you must enter the servername
# (mandatory for shadow host installation)
-SHADOW_HOST="hostname"
+SHADOW_HOST=""
# Remove these execution hosts in automatic mode
# (mandatory for uninstallation of execution hosts)
Change History (2)
comment:1 Changed 9 years ago by dlove
comment:2 Changed 9 years ago by Dave Love <d.love@…>
- Owner set to Dave Love <d.love@…>
- Resolution set to fixed
- Status changed from new to closed
In [4302/sge]:
Thanks. I should have done something about the template previously, but
I wasn't sure making it a config file was right. I think now it
probably is.