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

Upgrade script and doc

parent 63582674
......@@ -123,4 +123,5 @@
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.
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.
\ No newline at end of file
091020 cs co wow_CreateList now with variable text size.
091111 cs gdh Bugfix in nethandler SetObjectInfo and GetObjectInfo.
\ No newline at end of file
......@@ -26,7 +26,7 @@ let reload__loaddb=4
let pass__continue=1
let pass__execute=2
#v44_root="/data1/pwr/x4-4-4/rls_dbg"
if [ -e /usr/pwr46 ]; then
v46_root="/usr/pwr46"
fi
......@@ -455,9 +455,7 @@ reload_directorystructure()
fi
if [ -e $pwrp_load/ld_appl_*.txt ]; then
mv $pwrp_load/ld_appl_*.txt $pwrp_cnf/
fi
mv $pwrp_load/ld_appl_*.txt $pwrp_cnf/ 2> /dev/null
if [ -e $pwrp_root/bld/x86_linux/exe/xtt_help.dat ]; then
mv $pwrp_root/bld/x86_linux/exe/xtt_help.dat $pwrp_cnf/
fi
......
......@@ -41,7 +41,7 @@ main
string rttconfig;
string webhandler;
verify(1);
!verify(1);
! For all OpPlace objects
op = GetClassList( "OpPlace");
......@@ -209,4 +209,7 @@ main
delete object/name='user'/noconf
endif
save
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