1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-12 15:16:36 +00:00

absolute path necessary

This commit is contained in:
¨Rene Richarz
2019-03-26 18:05:25 +01:00
parent 205b77f78d
commit 21db8199ed

View File

@@ -19,9 +19,9 @@ of the system, for example
rsh -l rene pdp11
Only if this works properly, you can use the tek4010 emulator. Call is as follows:
Only if this works properly, you can use the tek4010 emulator. Call it as follows:
tek4010 rsh -l user_name system
tek4010 /usr/bin/rsh -l user_name system
In principle, other commands such as telnet instead of rsh could also be used, but have not
yet been tested.