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