[Coco] becker and VCC1.43beta

Aaron Wolfe aawolfe at gmail.com
Sun Apr 21 15:27:19 EDT 2013


On Sun, Apr 21, 2013 at 3:17 PM, Gene Heskett <gheskett at wdtv.com> wrote:

>
> This boots w/o any #10, unk symbol errors
> 6809 telnet protect banner,login,
> 6810 proc
> 6309 runb,httpd,
>

No.. this is what you want (look closely :)

6809 telnet protect banner,login,
6810,proc,
6309,runb,httpd

There should be 2 commas in each line, because there are 3 fields in each line.

The first field must start with a number, this is the TCP port to listen on.

The first field *may* then contain one or more flags separated by
spaces (as seen on the login line), but it may also contain none (as
seen on the other two lines)

Then we have comma #1

The second field must contain an OS-9 executable to invoke when a new
connection comes in.

Then we have comma #2

The third field may be blank, or may contain arguments for the OS-9
executable.  In the case of httpd, runb is the executable and httpd is
the argument to runb.  However in the case of proc, and login we do
not need to pass any arguments to the OS-9 executable, hence the
trailing comma with nothing in the third field.



More information about the Coco mailing list