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