| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 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 "" |