LockServer Installation ----------------------- Installation of the lockserver is fairly straightforward. 1) Untar the package. 2) cd into the directory edit any desired #define's in the lockserver.c. Note that the default home for LockServer is /usr/local/lockserver and it expects everything to live in that directory. Make sure that this directory will be readable/writable to the user who will be executing lockserver. 3) Do a make. 4) Copy the binary (lockserver) to the home directory. 5) Make sure the file "hosts" exists in the home directory. Each IP (NOT THE HOSTNAME!) that you want to be able to have access the lockserver needs to be listed on a separate line in this file. 6) Run the lockserver binary. 8) It will automagically daemonize itself. For information on signals, usage, and client information, please view PROTOCOL which should be located in the source directory.