           Manual for Installing the Remote Control Daemon Package

1: decide upon a directory in which to build the code: BUILD_DIR
    /usr/local/src/control is suggested.

2: decide upon a directory in which to install the code: INSTALL_DIR
    /usr/local/control/ is suggested.

3: unpack the distribution in $(BUILD_DIR):
    gzip -d < control.tar.gz | tar -xvf -
    cd control
    tar -xvf util.tar
    tar -xvf rc.tar

4: customize for build/install directories, if desired:
    cd $(BUILD_DIR)/rc
    edit rc.mk

5: build the components:
    cd $(BUILD_DIR)
    gnumake

6: install into working directory:
    cd $(BUILD_DIR)/rc
    gnumake setup
    gnumake install

7: modify site specific control files:
    cd $(INSTALL_DIR)/etc
    cp each Sample.<file> to <file>, edit as appropriate
      modify the files for ports etc.
      ( need to add explanation on file by file basis )

8: tell me about everything that didn't work

9: have fun...


Steve Passe
smp@csn.net
