Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aeaaed3

Browse files
committedDec 20, 2024·
Add links for NCP server for FINGER.
1 parent baca7ff commit aeaaed3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎build/basics.tcl

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ respond "*" ":link sys;ts f,sys;ts name\r"
320320
respond "*" ":link sys2;ts n,sys;ts name\r"
321321
respond "*" ":link device;tcp syn117,sys;ts name\r"
322322
respond "*" ":link device;chaos name,sys;ts name\r"
323+
respond "*" ":link device;lbsign rfc117,sys;ts name\r"
323324

324325
respond "*" ":midas device;atsign mldev_sysen2;mldev\r"
325326
expect ":KILL"

‎build/dm.tcl

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ respond "*" ":midas sys;atsign netrfc_syseng; netrfc\r"
3131
respond "DEMONP=" "1\r"
3232
expect ":KILL"
3333

34+
# Arpanet FINGER demon.
35+
respond "*" ":link sys;atsign rfc117,sys;ts name\r"
36+
3437
# Arpanet survey demon.
3538
respond "*" ":midas sys; atsign survey_survey; survey\r"
3639
expect ":KILL"

0 commit comments

Comments
 (0)
Please sign in to comment.