UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / doc / techlogs / 2000 / kes16Jan00
blobe7c0d665508cbaf1ae856fb25a60d29e1143df1c
1          Technical notes on my code submission of 16 Jan 00
2                         Kern Sibbald
4 General:
5 - Bug fixes and documentation.
7 Changes submitted this submission:
8 - On the Solaris 7 system, apparently make -C does not work.
9   I noticed this for the build of the cgi directory, so I
10   modified the configure.in script to do an explicit cd.
11 - Due to some reported problems with the halt script on
12   older RedHat systems, I reworked the awk script to
13   work for more cases.  I also updated the messages
14   that are printed by the RedHat make.
15 - Based on questions and the problems, I've enhanced the
16   documentation a bit. Mainly, I added clearer examples
17   of how to test things.
18 - I added a new STATUS output that includes humidity and
19   termperature.
20 - I updated the client.c program to accept a host name
21   on the command line.
22 - I added eeprom as a command line argument to apcaccess.
23   I thought I had done this in a previous submission, but
24   it seems to be missing.  This is important because the
25   manual refers to apcaccess eeprom in many places and I
26   prefer not to change it.