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