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