Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 59e02e5
  • /
  • VMS
  • /
  • msg_staging.com
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:11cd80870d79fa2b415696f4b5141372dca9ca16
directory badge Iframe embedding
swh:1:dir:84b92da428d0e2cd19d194648b6c7b14569100ff
msg_staging.com
$       ! Used by the main descrip.mms to print the statging installation
$       ! complete
$       ! message.
$       ! Arguments:
$       ! P1    staging software installation directory
$       ! P2    staging data installation directory
$       ! P3    final software installation directory
$       ! P4    final data installation directory
$       ! P5    startup / setup / shutdown scripts directory
$       ! P6    distinguishing version number ("major version")
$
$       staging_instdir = p1
$       staging_datadir = p2
$       final_instdir = p3
$       final_datadir = p4
$       systartup = p5
$       osslver = p6
$
$       WRITE SYS$OUTPUT "Staging installation complete"
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "Finish or package in such a way that the contents of the following directory"
$       WRITE SYS$OUTPUT "trees end up being copied:"
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "- from ", staging_instdir
$       WRITE SYS$OUTPUT "  to   ", final_instdir
$       WRITE SYS$OUTPUT "- from ", staging_datadir
$       WRITE SYS$OUTPUT "  to   ", final_datadir
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "When in its final destination, the following commands need to be executed"
$       WRITE SYS$OUTPUT "to use OpenSSL:"
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "- to set up OpenSSL logical names:"
$       WRITE SYS$OUTPUT "  @''systartup'openssl_startup''osslver'"
$       WRITE SYS$OUTPUT ""
$       WRITE SYS$OUTPUT "- to define the OpenSSL command"
$       WRITE SYS$OUTPUT "  @''systartup'openssl_utils''osslver'"
$       WRITE SYS$OUTPUT ""

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top