summaryrefslogtreecommitdiffstats
path: root/VMS/msg_staging.com
blob: d1d2a7dc409dfe86ef9dd6f499202bb80e7ff2f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$       ! Used by the main descrip.mms to print the statging installation
$       ! complete
$       ! message.
$       ! Arguments:
$       ! P1    staging software installation directory
$       ! P2    staging data installation directory
$       ! P3    final software installation directory
$       ! P4    final data installation directory
$       ! P5    startup / setup / shutdown scripts directory
$       ! P6    distinguishing version number ("major version")
$
$       staging_instdir = p1
$       staging_datadir = p2
$       final_instdir = p3
$       final_datadir = p4
$       systartup = p5
$       osslver = p6
$
$       WRITE SYS$OUTPUT "Staging installation complete"
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "Finish or package in such a way that the contents of the directory tree"
$       WRITE SYS$OUTPUT staging_instdir
$       WRITE SYS$OUTPUT "ends up in ''final_instdir',"
$       WRITE SYS$OUTPUT "and that the contents of the contents of the directory tree"
$       WRITE SYS$OUTPUT staging_datadir
$       WRITE SYS$OUTPUT "ends up in ''final_datadir"
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "When in its final destination,"
$       WRITE SYS$OUTPUT "Run @''systartup'openssl_startup''osslver' to set up logical names"
$       WRITE SYS$OUTPUT "then run @''systartup'openssl_utils''osslver' to define commands"
$       WRITE SYS$OUTPUT ""