version 0.73.0

This commit is contained in:
2023-07-14 12:15:30 -03:00
parent 110d8a0419
commit 945dd1a809
1466 changed files with 374820 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
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.