xref: /freebsd/crypto/openssl/VMS/msg_staging.com (revision f126890a)
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 following directory"
22$       WRITE SYS$OUTPUT "trees end up being copied:"
23$       WRITE SYS$OUTPUT ""
24$       WRITE SYS$OUTPUT "- from ", staging_instdir
25$       WRITE SYS$OUTPUT "  to   ", final_instdir
26$       WRITE SYS$OUTPUT "- from ", staging_datadir
27$       WRITE SYS$OUTPUT "  to   ", final_datadir
28$       WRITE SYS$OUTPUT ""
29$       WRITE SYS$OUTPUT "When in its final destination, the following commands need to be executed"
30$       WRITE SYS$OUTPUT "to use OpenSSL:"
31$       WRITE SYS$OUTPUT ""
32$       WRITE SYS$OUTPUT "- to set up OpenSSL logical names:"
33$       WRITE SYS$OUTPUT "  @''systartup'openssl_startup''osslver'"
34$       WRITE SYS$OUTPUT ""
35$       WRITE SYS$OUTPUT "- to define the OpenSSL command"
36$       WRITE SYS$OUTPUT "  @''systartup'openssl_utils''osslver'"
37$       WRITE SYS$OUTPUT ""
38