

(fs:add-logical-pathname-host "SYS" "LM" '(					     
					      ("TREE-EDITOR-STARTER-KIT" "TREE-EDITOR.STARTER-KIT;")
					     
					      ) NIL)


; Edit the "LM" to point to host name where system source files reside.

;The following is an example of the translations you would need if 
;restoring the system source tape to a subdirectory named REL6.

;(fs:add-logical-pathname-host "SYS" "LM" '(
;                                             ("band-tools" "rel6.band-tools;")
;                                             ("basic-file" "rel6.basic-file;")					      
;					      ("chaosnet" "rel6.chaosnet;")
;					      ("cleh" "rel6.cleh;")
;					      ("clos" "rel6.clos;")
;					      ("clue" "rel6.clue;")
;					      ("clx" "rel6.clx;")
;                                             ("color-map-editor" "rel6.color-map-editor;")
;					      ("compiler" "rel6.compiler;")						  
;                                             ("datalink" "rel6.datalink;")
;					      ("debug-tools" "rel6.debug-tools;")
;                                             ("disk-io" "rel6.disk-io;")
;                                             ("documenter" "rel6.documenter;")
;					      ("demo" "rel6.demo;")					      
;					      ("eh" "rel6.eh;")					      
;					      ("font-editor" "rel6.font-editor;")
;					      ("fonts" "rel6.fonts;")
;					      ("fred" "rel6.fred;")
;      					      ("ged" "rel6.ged;")
;					      ("gwin" "rel6.gwin;")					      
;					      ("help" "rel6.help;")					      
;					      ("imagen" "rel6.imagen;")
;					      ("input-editor" "rel6.input-editor;")	
;					      ("kernel" "rel6.kernel;")
;                                             ("local-file" "rel6.local-file;")					      
;					      ("MAKE-SYSTEM" "rel6.MAKE-SYSTEM;")
;					      ("mail-daemon" "rel6.mail-daemon;")
;					      ("mail-reader" "rel6.mail-reader;")		       
;					      ("memory-management" "rel6.memory-management;")
;					      ("meter" "rel6.meter;")
;                                             ("micronet" "rel6.micronet;")
;					      ("namespace-editor" "rel6.namespace-editor;")
;					      ("namespace" "rel6.namespace;")					      
;					      ("network-support" "rel6.network-support;")			
;					      ("network-service" "rel6.network-service;")
;					      ("nvram" "rel6.nvram;")					      
;					      ("patch" "rel6.patch;")					      
;					      ("pathname" "rel6.pathname;")
;					      ("printer"     "rel6.printer;")
;                                             ("printer-types" "rel6.printer-types;")
;					      ("profile"     "rel6.profile;")					      
;					      ("public" "rel6.public;")					      
;					      ("rpc" "rel6.rpc;")					      
;					      ("serial" "rel6.serial;")
;					      ("streamer-tape" "rel6.streamer-tape;")
;					      ("suggestions" "rel6.suggestions;")
;					      ("syslog" "rel6.syslog;")
;					      ("telnet" "rel6.telnet;")					      
;					      ("test" "rel6.test;")
;					      ("ti-examples" "rel6.ti-examples;")		     
;					      ("TREE-EDITOR" "rel6.TREE-EDITOR;")
;					      ("TREE-EDITOR-STARTER-KIT" "rel6.TREE-EDITOR.STARTER-KIT;")
;					      ("ubin" "rel6.ubin;")					      
;					      ("ucl" "rel6.ucl;")					      
;					      ("ucode"   "rel6.ucode;")
;                                             ("visidoc" "rel6.visidoc;")					      
;					      ("vt100"   "rel6.vt100;")					      
;					      ("window" "rel6.window;")
;					      ("window-mx" "rel6.window-mx;")
;					      ("x11m" "rel6.x11m;")
;					      ("zmacs" "rel6.zmacs;")
;					      ) NIL)
