DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦36799513d⟧ TextFile

    Length: 1415 (0x587)
    Types: TextFile
    Names: »V«

Derivation

└─⟦5829e5ed5⟧ Bits:30000534 8mm tape, Rational 1000, RCI 2_0_5
    └─ ⟦c9a165082⟧ »DATA« 
        └─⟦c3895f76e⟧ 
            └─⟦this⟧ 

TextFile

procedure Initialize_Rci (Site_Target_File_Name : String :=
                             "!Machine.Initialization.Site.Rci_Configuration";
                          Local_Target_File_Name : String :=
                             "!Machine.Initialization.Local.Rci_Configuration");
pragma Loaded_Main;

--
-- This procedure registers all RCI customizations named in either
-- Site_Target_File_Name and Local_Target_File_Name. These files are composed
-- of lines, each of which describes a RCI customization which is to be
-- initialized upon machine reboot.
--
-- The format of these files accomodates the management of local and
-- site-specific customizations of RCI.
--
-- The lines may contain 1, or 2 fields, where a "field" is a
-- sequence of non-blank characters, delimited by blanks. The field
-- format is:
--
-- <PROGRAM CONTEXT> <ACTIVITY>
--
-- PROGRAM CONTEXT, field 1, denotes a context where a subsystem named
-- RCI_Target is to be found.  If the context begins with "!",
-- the field is taken literally as an Environment pathname.  If not,
-- the field is resolved in the context of
-- !Targets.Implementation.Rci_Customization
--
-- ACTIVITY, field 2, denotes an activity to be used to find an entry
-- for the cutomization subsystem (resolved as described above).
-- If this field is not present, it is defaulted to
-- !Machine.Release.Current.Activity

--|Prerequisite Finish_Install
--|No_Wait