Skip to content

Commit

Permalink
Add a HOSTS3 entry for the gateway IP.
Browse files Browse the repository at this point in the history
This is needed to make COMSAT parse the IP address properly.
  • Loading branch information
bictorv committed Sep 13, 2024
1 parent 85b2050 commit 56656ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ $(OUT)/syshst/$(H3TEXT): build/$(H3TEXT)
$(MKDIR) $(OUT)/syshst
$(SED) -e 's/%IP%/$(IP)/' \
-e 's/%HOSTNAME%/$(HOSTNAME)/' \
-e 's/%GW%/$(GW)/' \
-e 's/%MCHN%/$(MCHN)/' < $< > $@
$(CAT) conf/hosts >> $@

Expand Down
1 change: 1 addition & 0 deletions build/h3text.2018
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ HOST : CHAOS 177001 : BRIDGE, LOCAL-TIME-SERVER : UNIX : UNIX : :

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

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

0 comments on commit 56656ea

Please sign in to comment.