diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /dns/dhisd/files/patch-README | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'dns/dhisd/files/patch-README')
-rw-r--r-- | dns/dhisd/files/patch-README | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dns/dhisd/files/patch-README b/dns/dhisd/files/patch-README deleted file mode 100644 index 2a7fed26476c..000000000000 --- a/dns/dhisd/files/patch-README +++ /dev/null @@ -1,30 +0,0 @@ ---- README.orig Sun Apr 30 18:51:47 2000 -+++ README Mon Feb 26 00:55:38 2001 -@@ -29,7 +29,8 @@ - would result in non-existent host. Thus, the presence of - an IP address, even while offline, is essencial. - -- The DHIS server dhisd runs a database file (/etc/dhis/db/dhis.db) -+ The DHIS server dhisd runs a database file -+ (__PREFIX__/db/dhis.db) - and loads the current list of dynamic hosts into memory. - Furthermore it expects datagram packets to be received on - port 58800 from the connecting clients running dhid. -@@ -91,7 +92,7 @@ - dhisd accepts HUP and TERM signals. A kill -HUP will - make it reload the hosts database and kill -TERM - will terminate it. Its pid number is recorded on the -- text file /etc/dhis/pid/dhisd.pid. -+ text file __PREFIX__/pid/dhisd.pid. - - The current DHIS server is expected to perform well - on a 100Mhz machine with up to 5000 dynamic hosts. -@@ -99,7 +100,7 @@ - users. - - dhisd logs online and offline transitions at -- /etc/dhis/log/dhisd.log -+ __PREFIX__/log/dhisd.log - - - Firewall considerations: |