summaryrefslogtreecommitdiffstats
path: root/VMS/msg_install.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-01-11 08:31:21 +0100
committerRichard Levitte <levitte@openssl.org>2021-02-12 15:57:25 +0100
commit72ddea9b817e9b787e58d5b7ca8b7b8e6351f06e (patch)
treec8db798041ac1d1e6a1c1b85f455aba99bf6190d /VMS/msg_install.com
parent1695e10e402a2d25e57df2ac709d6265f3a2533f (diff)
Configurations/descrip.mms.tmpl: avoid enormous PIPE commands
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)
Diffstat (limited to 'VMS/msg_install.com')
-rw-r--r--VMS/msg_install.com14
1 files changed, 14 insertions, 0 deletions
diff --git a/VMS/msg_install.com b/VMS/msg_install.com
new file mode 100644
index 0000000000..ed8444edfe
--- /dev/null
+++ b/VMS/msg_install.com
@@ -0,0 +1,14 @@
+$ ! 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 ""