diff options
author | sada <sada@FreeBSD.org> | 2002-05-23 16:25:57 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-23 16:25:57 +0800 |
commit | 1eb780385fc09134ba29817aa1e8faff5d904b00 (patch) | |
tree | b9d260ed443a058d2be9ce83453a1a0382894edf /dns/dhisd/pkg-descr | |
parent | edbb5edff59330025339bbfc0b38685abb1bb7dc (diff) | |
download | freebsd-ports-gnome-1eb780385fc09134ba29817aa1e8faff5d904b00.tar.gz freebsd-ports-gnome-1eb780385fc09134ba29817aa1e8faff5d904b00.tar.zst freebsd-ports-gnome-1eb780385fc09134ba29817aa1e8faff5d904b00.zip |
- Move install directory from bin to sbin
- Rewrite descriptions
- Change maintainer's email
Diffstat (limited to 'dns/dhisd/pkg-descr')
-rw-r--r-- | dns/dhisd/pkg-descr | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/dns/dhisd/pkg-descr b/dns/dhisd/pkg-descr index 53d20cd87ba6..edc5f5db3f2e 100644 --- a/dns/dhisd/pkg-descr +++ b/dns/dhisd/pkg-descr @@ -1,22 +1,24 @@ -DHIS Daemon release 4.0 +DHIS Daemon release 5.1 ============================== -dhisd is the DHIS daemon. The deamon is used to update DNS tables on a -running unix based DNS server, running BIND 8.1.2 or higher. It's clients -should run the dhis-client 3 or 4 software to send updates. +The server is now modular through the introduction of a services +sub-system. DNS updates are no longer part of the main code but +are now implemented as a module. -You need a full DNS domain to run this server. You should at least have a -domain hosted for you with a primary and backup dns server and 1 -backup mail-exchanger. +The main dhisd process listens to DHIS clients and after authentication +marks these with their dynamic IP address. The request is passed to a +sub-process through a pipe which implements the services for which the +client is subscribed to. Clients may be subscribed to one or more +services individually. +The sub-engine interface does a basic read from stdin and process. -If you don't know what the previous lines where about, -you probably shouldn't try and run this software. +Examples of things DHIS could update: + Dns, Firewalls, tunnel servers, relay access lists, etc ... For more information on the services of DHIS, you should look at the official DHIS site: http://www.dhis.org/dhis/services/ -For more info on the FreeBSD port, see - http://bsltwr.dhis.org/dhis +For more info on the FreeBSD port: http://bsltwr.dhis.org/dhis WWW: http://bsltwr.dhis.org/dhis/ |