
 light v1.0, 10-04-95

  This is a very small utility that should only write two different values to
 a port, usually a printer-port for switching a relais or something like this.
 I use it to switch the light on and off by using a relais at 0x3bc. The other
 'normal' ports are 0x378 for lp1 and 0x278 for lp2.
  The defaults for the ON and OFF - values are 0 and 1, 'cause my relais hangs
 on the lowest portbit.
  INSTALLATION: Simply do a 'make config' and answer the questions, I think
 they are self-explaining. After this do a 'make' or a 'make install' to place
 the binary in /usr/bin.
  If you get errors in the lines 11, 55, 81 or 89, you have done any mistake
 in the syntax of the config. Use values like in c for the int-type.

