Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
2e320185
Commit
2e320185
authored
Nov 17, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade script and doc
parent
63582674
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
src/changelog.txt
src/changelog.txt
+2
-1
src/doc/man/en_us/upgrade47.odt
src/doc/man/en_us/upgrade47.odt
+0
-0
src/exp/com/src/os_linux/upgrade.sh
src/exp/com/src/os_linux/upgrade.sh
+2
-4
src/exp/com/src/os_linux/upgrade_pb.pwr_com
src/exp/com/src/os_linux/upgrade_pb.pwr_com
+4
-1
No files found.
src/changelog.txt
View file @
2e320185
...
...
@@ -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
src/doc/man/en_us/upgrade47.odt
View file @
2e320185
No preview for this file type
src/exp/com/src/os_linux/upgrade.sh
View file @
2e320185
...
...
@@ -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
...
...
src/exp/com/src/os_linux/upgrade_pb.pwr_com
View file @
2e320185
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment