-- Copyright (C) 1984, 1985 by Xerox Corporation. All rights reserved. -- ServersNoTajo.config, HGM, 25-Jun-85 7:40:24 PACK PupBooterFast, EFTPSend; PACK PupTimeServerHot, PupBootServer, PupNameServerHot, NetDirCache; ServersNoTajo: CONFIGURATION LINKS: CODE IMPORTS BootServerDefs, NameServerDefs, -- UpdatePicture CmFile, Event, Format, Heap, MFile, MSegment, MStream, Process, Put, Runtime, Space, SpecialMFile, SpecialSystem, Supervisor, String, StringLookUp, System, TemporarySetGMT, Time, Token, Unformat, Volume, Buffer, Courier, Driver, ExpeditedCourier, NetworkStream, Protocol1, PupDefs, PupPktOps, Router, Socket, Stats, Indirect EXPORTS ALL CONTROL PupEchoServerNoDisk, PupMiscServer, BootServers, TimeServers, PupDirServer, TranslationServer = BEGIN BootServers: CONFIGURATION IMPORTS Format, Heap, Process, Runtime, Space, SpecialMFile, Supervisor, String, System, Time, Unformat, Volume, CmFile, Event, MFile, MSegment, MStream, Put, StringLookUp, Token, Indirect, MiscServerDefs, BootServerDefs, Stats, Buffer, Courier, Driver, ExpeditedCourier,Protocol1, PupDefs, PupPktOps, NetworkStream, Socket EXPORTS BootServer, BootServerDefs, BootServerFriends, BootServerInfo CONTROL PupBootServerStrings, PupBootServer, PupBooterSlow, BootServerParmTajo, BootServerInfoServer, BootServerInfoSupport = BEGIN FastBooter: CONFIGURATION IMPORTS Heap, Process, System, BootServerDefs, BootServerFriends, Buffer, PupDefs, PupPktOps EXPORTS BootServerDefs = BEGIN PupBooterFast LINKS: FRAME; EFTPSend; END; SlowBooter: CONFIGURATION IMPORTS Heap, Process, Runtime, Put, String, System, Time, BootServerDefs, BootServerFriends, Buffer, PupDefs, PupPktOps, Stats EXPORTS EFTPDefs, -- EFTPTimeOut BootServerDefs, PupBooterSlow = BEGIN PupBooterSlow; EFTPSend; SloshSend LINKS: FRAME; END; Breather; EtherBoot; PupBootServer; FastBooter; SlowBooter; PupMicrocodeBooter; PupBootServerCold; PupBootServerStrings; SloshRecv LINKS: FRAME; EFTPRecv LINKS: FRAME; BootFileNumberConversion; BootServersA; BootServersB; ServerHeaps; BootServerParmTajo; BootServerFileTajo; BootServerInfoServer; BootServerInfoSupport; END; NameAndDirServer: CONFIGURATION IMPORTS CmFile, Format, Heap, Runtime, Process, String, Supervisor, System, Time, Volume, Event, MFile, MSegment, MStream, Put, Token, Indirect, MiscServerDefs, NameServerDefs, Buffer, PupDefs, PupPktOps, Socket, Stats EXPORTS NameServerDefs, PupDirServer CONTROL NameServerStrings, PupDirServer, PupNameServerHot, PupNameServerCold = BEGIN PupNameServerHot; PupNameServerCold; NameServerStrings; PupDirServer; SloshRecv LINKS: FRAME; EFTPRecv LINKS: FRAME; SloshSend LINKS: FRAME; EFTPSend; NetDirCache; NetDirFileTajo; ServerHeaps; END; TimeServers: CONFIGURATION IMPORTS CmFile, Event, Format, MStream, Process, Put, SpecialSystem, String, Supervisor, System, TemporarySetGMT, Time, Token, Buffer, PupDefs, Router, Socket, Stats, Indirect, MiscServerDefs EXPORTS ALL CONTROL PupTimeServerHot, PupTimeServerCold, TimeServersParmNoDisk = BEGIN PupTimeServerHot; PupTimeServerCold; TimeServerImpl; TimeServerClockImpl; TimeServersLogTajo; TimeServersParmNoDisk; END; PupMiscServer; NameAndDirServer; PupEchoServerNoDisk; BootServers; TimeServers; TranslationServer; END.