Configurations/descrip.mms.tmpl: avoid enormous PIPE commands
[openssl.git] / VMS / msg_install.com
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 "Run @''systartup'openssl_startup''osslver' to set up logical names"
13 $       WRITE SYS$OUTPUT "then run @''systartup'openssl_utils''osslver' to define commands"
14 $       WRITE SYS$OUTPUT ""