blob: d1eec7c982d1809409724e19d1d0abb6f1ed8786 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001$ ! Used by the main descrip.mms to print the installation complete
2$ ! message.
3$ ! Arguments:
4$ ! P1 startup / setup / shutdown scripts directory
5$ ! P2 distinguishing version number ("major version")
6$
7$ systartup = p1
8$ osslver = p2
9$
10$ WRITE SYS$OUTPUT "Installation complete"
11$ WRITE SYS$OUTPUT ""
12$ WRITE SYS$OUTPUT "The following commands need to be executed to enable you to use OpenSSL:"
13$ WRITE SYS$OUTPUT ""
14$ WRITE SYS$OUTPUT "- to set up OpenSSL logical names:"
15$ WRITE SYS$OUTPUT " @''systartup'openssl_startup''osslver'"
16$ WRITE SYS$OUTPUT ""
17$ WRITE SYS$OUTPUT "- to define the OpenSSL command"
18$ WRITE SYS$OUTPUT " @''systartup'openssl_utils''osslver'"
19$ WRITE SYS$OUTPUT ""