VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.5/VMS/msg_install.com

Last change on this file was 104078, checked in by vboxsync, 2 months ago

openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638

File size: 803 bytes
Line 
1$ ! 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 ""
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use