Update editors/libreoffice-tn to version 5.2.5
[dports.git] / dns / dhisd / files / patch-MODULES
1 --- MODULES.orig        Sun Nov  4 21:51:27 2001
2 +++ MODULES     Sun Nov  4 21:51:19 2001
3 @@ -14,8 +14,9 @@
4  to update DNS, to update a tunneling service, to update a firewall, etc ... 
5  based on a dynamically changing IP address from its clients.
6  
7 -The new server has an additional database (by default /etc/dhis/db/services.db)
8 -containing the list of support services (modules).
9 +The new server has an additional database (by default 
10 +__PREFIX__/etc/dhis/services.db) containing the list of 
11 +support services (modules).
12  
13  In order to run dhisd >= 5 you will need to create and configure this
14  file first.
15 @@ -24,13 +25,14 @@
16  ---------------------------------------
17  
18  When executed the DHIS server reads its client's database (by default from
19 -/etc/dhis/db/dhis.db) into memory and proceeds to listening mode on a UDP
20 -port (by default 58800). When messages arrive the server responds accordingly,
21 -authenticates the clients (based on the keys and information loaded from the
22 -database) and marks them online. Furthermore the server keeps sending periodic
23 -checks to each and every client in order to verify that these are still 
24 -connected. If a particular client fails to reply the server will consider it 
25 -offline and mark it accordingly.
26 +__PREFIX__/etc/dhis/db/dhis.db) into memory and proceeds to listening 
27 +mode on a UDP port (by default 58800). When messages arrive the server
28 +responds accordingly, authenticates the clients (based on the keys and
29 +information loaded from the database) and marks them online. Furthermore
30 +the server keeps sending periodic checks to each and every client in
31 +order to verify that these are still connected. If a particular client
32 +fails to reply the server will consider it offline and mark it
33 +accordingly.
34  
35  Each client is identified to a server by a single ID number called the HostID.
36  The new modular structure implements a means to mark these hosts online and 
37 @@ -61,11 +63,10 @@
38  command - the module engine process command to be executed
39  
40  
41 -Example of /etc/dhis/db/services.db
42 ------------------------------------
43 -
44 -Before executing dhisd ensure to have created a valid /etc/dhis/db/services.db 
45 -file.
46 +Example of __PREFIX__/etc/dhis/db/services.db
47 +-------------------------------------------------------------------------------
48 +Before executing dhisd ensure to have created a valid 
49 +__PREFIX__/etc/dhis/services.db file.
50  
51  The syntax for the file is as follows:
52  
53 @@ -76,8 +77,8 @@
54  
55  ;------------------------------------------------------------------------------
56  ; This is a comment line
57 -dns 4 /etc/dhis/bin/dhis-dns-engine
58 -fw  2 /etc/dhis/bin/dhis-fw-engine
59 +dns 4 __PREFIX__/etc/dhis/dhis-dns-engine
60 +fw  2 __PREFIX__/etc/dhis/dhis-fw-engine
61  ;------------------------------------------------------------------------------
62  
63  Inter-process communication for modules: