host.rc
changeset 339 1ec7cd4d30a9
parent 333 4a6780f29c71
child 340 e2670d280cbf
equal deleted inserted replaced
338:c3432d77f4d7 339:1ec7cd4d30a9
     9  * startup configuration for host specific stuff -
     9  * startup configuration for host specific stuff -
    10  * looks for a system specific h_sysType.rc init file and loads it.
    10  * looks for a system specific h_sysType.rc init file and loads it.
    11  * looks for a host specific h_hostName.rc init file and loads it.
    11  * looks for a host specific h_hostName.rc init file and loads it.
    12  *"
    12  *"
    13 
    13 
    14 |sysType host domain s rshCommand isStupidSYSV3|
    14 |sysType host domain s rshCommand isStupidSYSV3 conf|
    15 
    15 
    16 sysType := OperatingSystem getSystemType.
    16 sysType := OperatingSystem getSystemType.
    17 isStupidSYSV3 := false.
    17 isStupidSYSV3 := false.
    18 
    18 
    19 sysType = 'realIX' ifTrue:[
    19 sysType = 'realIX' ifTrue:[