mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
72ddea9b81
DCL has a total command line limitation that's too easily broken by them. We solve them by creating separate message scripts and using them. Fixes #13789 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13835)
15 lines
578 B
Plaintext
15 lines
578 B
Plaintext
$ ! Used by the main descrip.mms to print the installation complete
|
|
$ ! message.
|
|
$ ! Arguments:
|
|
$ ! P1 startup / setup / shutdown scripts directory
|
|
$ ! P2 distinguishing version number ("major version")
|
|
$
|
|
$ systartup = p1
|
|
$ osslver = p2
|
|
$
|
|
$ WRITE SYS$OUTPUT "Installation complete"
|
|
$ WRITE SYS$OUTPUT ""
|
|
$ WRITE SYS$OUTPUT "Run @''systartup'openssl_startup''osslver' to set up logical names"
|
|
$ WRITE SYS$OUTPUT "then run @''systartup'openssl_utils''osslver' to define commands"
|
|
$ WRITE SYS$OUTPUT ""
|