Skip to content

Commit 2d1b8c6

Browse files
bictorvlarsbrinkhoff
authored andcommitted
Add a HOSTS3 entry for the gateway IP.
This is needed to make COMSAT parse the IP address properly.
1 parent 85b2050 commit 2d1b8c6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ $(OUT)/syshst/$(H3TEXT): build/$(H3TEXT)
367367
$(MKDIR) $(OUT)/syshst
368368
$(SED) -e 's/%IP%/$(IP)/' \
369369
-e 's/%HOSTNAME%/$(HOSTNAME)/' \
370+
-e 's/%GW%/$(GW)/' \
370371
-e 's/%MCHN%/$(MCHN)/' < $< > $@
371372
$(CAT) conf/hosts >> $@
372373

build/h3text.2018

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ HOST : CHAOS 177001 : BRIDGE, LOCAL-TIME-SERVER : UNIX : UNIX : :
3333

3434
;;; Generated by build script.
3535
HOST : CHAOS 177002, %IP% : %HOSTNAME%, %MCHN% : PDP-10 : ITS : :
36+
HOST : %GW% : %MCHN%-GW : UNIX : UNIX : :
3637

3738
;; SDF public ITS machines.
3839
HOST : 205.166.94.7 : HACTRN.ORG, HX : PDP-10 : ITS : :

build/names.2011

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
; Gateways and bug host. To set a value, use (EQV-LIST @host), where
2929
; host is a known host name, or an (octal) Chaosnet address, or
30-
; an IP address such as 192.168.1.1. Remember the @.
30+
; an IP address such as 192.168.1.1. Remember the @, and
31+
; NOTE that the address must belong to a host in SYSTEM;H3TEXT.
3132
; *COMSAT-TCP-GATEWAY sets TCPGAT, which is used for all non-Chaosnet mail.
3233
(*COMSAT-TCP-GATEWAY (EQV-LIST @%GW%))
3334
; *COMSAT-DOMAIN-GATEWAY sets DOMGAT, which is used as a relay

0 commit comments

Comments
 (0)