[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[barmar@think.com: System Loading from Unix File Server]



This is another alternative which you might try if the previous doesn't work.

To: sjameson@atl.ge.com
Cc: customer-reports@riverside.scrc.symbolics.com, slug@ai.sri.com
In-Reply-To: <9211041404.AA29835@hannibal.ATL.GE.COM>

    Date: Wed, 4 Nov 1992 09:04 EST
    From: sjameson@hannibal.atl.ge.com (Stephen M Jameson)

    Command: Show File (file [default SYS:SITE;AAITT-MCM.SYSTEM.NEWEST]) SYS:SITE;AAITT.TRANSLATIONS.NEWEST

     ***  SYS:SITE;AAITT.TRANSLATIONS.NEWEST  ***
     ***  (MOTHRA:>sys>site>aaitt.translations.32)  ***

    ;;; -*- Mode: LISP -*-

    ;; Changed by Steve Jameson to point directly to albert rather than
    ;; through goober to albert to avoid file linking problems.  All
    ;; references to goober:/proj/aaitt were changed to
    ;; albert:/home02.sct/sjameson.

    ;;; define logical host ABE
    (fs:set-logical-pathname-host
      "AAITT"
      :translations '(
		      ("aaitt:cronus;"           "albert:/home02.sct/sjameson/aaitt/cronus/")
		      ("aaitt:cronus;*;"         "albert:/home02.sct/sjameson/aaitt/cronus/*/")	
		      ("aaitt:cronus;*;*;"         "albert:/home02.sct/sjameson/aaitt/cronus/*/*/")
    ;;;		  ("aaitt:cronus;**;"        "albert:/leroy/cronus/**/")
		      ("aaitt:logs;"             "albert:/home02.sct/sjameson/aaitt/logs/")
    ;;;		  ("aaitt:logs;"             "albert:/leroy/logs/")
		      ("aaitt:templates;"        "albert:/home02.sct/sjameson/aaitt/templates/")
    ;;;		  ("aaitt:templates;**;"     "albert:/leroy/templates/**/")
		      ("aaitt:templates;*;"      "albert:/home02.sct/sjameson/aaitt/templates/*/")
		      ("aaitt:templates;*;*;"    "albert:/home02.sct/sjameson/aaitt/templates/*/*/")
		      ("aaitt:applications;"     "albert:/home02.sct/sjameson/aaitt/applications/")
    ;;;		  ("aaitt:applications;**;"  "albert:/leroy/applications/**/")
		      ("aaitt:applications;*;"   "albert:/home02.sct/sjameson/aaitt/applications/*/")
		      ("aaitt:applications;*;*;" "albert:/home02.sct/sjameson/aaitt/applications/*/*/")
		      ("aaitt:cronus_root;"      "goober:/home/cronus_2.0/goober/")
		      ("aaitt:aaitt_root;"             "albert:/home02.sct/sjameson/aaitt/")
		      ("aaitt:aaitt;*.*.*"       "albert:/home02.sct/aaitt/*.*.*")
		      ("aaitt:**;*.*.*"          "albert:/home02.sct/aaitt/**/*.*.*")
		      ))

These last two Unix pathnames should be of the form "*.*.~*~".  At
least, that has always worked for me.

                                                barmar