Commit 2e320185 authored by Claes Sjofors's avatar Claes Sjofors

Upgrade script and doc

parent 63582674
...@@ -123,4 +123,5 @@ ...@@ -123,4 +123,5 @@
091005 cs gdh Bugfix in DetachedVolume. Attaching objects on a remote node didn't work. 091005 cs gdh Bugfix in DetachedVolume. Attaching objects on a remote node didn't work.
091005 cs statusmon Change node dialog and language support added. Some documentation. 091005 cs statusmon Change node dialog and language support added. Some documentation.
091014 cs doc Links in Designer's Guide updated and code format added in html version. 091014 cs doc Links in Designer's Guide updated and code format added in html version.
091020 cs co wow_CreateList now with variable text size. 091020 cs co wow_CreateList now with variable text size.
\ No newline at end of file 091111 cs gdh Bugfix in nethandler SetObjectInfo and GetObjectInfo.
\ No newline at end of file
...@@ -26,7 +26,7 @@ let reload__loaddb=4 ...@@ -26,7 +26,7 @@ let reload__loaddb=4
let pass__continue=1 let pass__continue=1
let pass__execute=2 let pass__execute=2
#v44_root="/data1/pwr/x4-4-4/rls_dbg"
if [ -e /usr/pwr46 ]; then if [ -e /usr/pwr46 ]; then
v46_root="/usr/pwr46" v46_root="/usr/pwr46"
fi fi
...@@ -455,9 +455,7 @@ reload_directorystructure() ...@@ -455,9 +455,7 @@ reload_directorystructure()
fi fi
if [ -e $pwrp_load/ld_appl_*.txt ]; then mv $pwrp_load/ld_appl_*.txt $pwrp_cnf/ 2> /dev/null
mv $pwrp_load/ld_appl_*.txt $pwrp_cnf/
fi
if [ -e $pwrp_root/bld/x86_linux/exe/xtt_help.dat ]; then if [ -e $pwrp_root/bld/x86_linux/exe/xtt_help.dat ]; then
mv $pwrp_root/bld/x86_linux/exe/xtt_help.dat $pwrp_cnf/ mv $pwrp_root/bld/x86_linux/exe/xtt_help.dat $pwrp_cnf/
fi fi
......
...@@ -41,7 +41,7 @@ main ...@@ -41,7 +41,7 @@ main
string rttconfig; string rttconfig;
string webhandler; string webhandler;
verify(1); !verify(1);
! For all OpPlace objects ! For all OpPlace objects
op = GetClassList( "OpPlace"); op = GetClassList( "OpPlace");
...@@ -209,4 +209,7 @@ main ...@@ -209,4 +209,7 @@ main
delete object/name='user'/noconf delete object/name='user'/noconf
endif endif
save
endmain endmain
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment