From 8a3dd58423eac69c7473398958bcdd93c1b22a2b Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Fri, 3 Sep 2021 11:32:51 +1000 Subject: [PATCH] clarification --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf09018..c6fcf1f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note: It may be more practical to [create an installer floppy](https://git.shado ### Server 1. Install dss2-server and dependencies via oppm. -2. Make sure the computer has a hostname set and the Minitel daemon is running. +2. Make sure the computer has a hostname set and the Minitel daemon is running and enabled. 3. Add aliases with the `addalias` program - run it without arguments for usage information. 4. Start the searchsrv daemon with `rc searchsrv start` 5. Enable the searchsrv daemon with `rc searchsrv enable` @@ -32,7 +32,7 @@ Note: It may be more practical to [create an installer floppy](https://git.shado ### Client 1. Install dss2-client and dependencies via oppm. -2. Make sure the computer has a hostname setand the Minitel daemon is running. +2. Make sure the computer has a hostname setand the Minitel daemon is running and enabled. 3. Put the name of the server into `/etc/invsrv` - either by editing the file, or something along the lines of `echo > /etc/invsrv` 4. Run `search4` to bring up the interface. 5. (Optional) Make search4 open on boot by adding it to `/home/.shrc`