diff options
author | David Somero <dsomero@hotmail.com> | 2010-05-11 22:54:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:54:38 +0200 |
commit | 66e3f7d0bdcb60b0ba015ba3959124a80a69a99a (patch) | |
tree | 170395f0eb74a4d6cba5ff4244d46bf4875426bf /network/avahi/README | |
parent | c6b2256866321142ccacae2a6c3a113d3363b130 (diff) | |
download | slackbuilds-66e3f7d0bdcb60b0ba015ba3959124a80a69a99a.tar.gz |
network/avahi: Added to 12.1 repository
Diffstat (limited to 'network/avahi/README')
-rw-r--r-- | network/avahi/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/avahi/README b/network/avahi/README new file mode 100644 index 0000000000..168084b8fe --- /dev/null +++ b/network/avahi/README @@ -0,0 +1,14 @@ +Avahi is an implementation of the DNS Service Discovery and Multicast +DNS specifications for Zeroconf Computing. It uses D-BUS for +communication between user applications and a system daemon. The +daemon is used to coordinate application efforts in caching replies, +necessary to minimize the traffic imposed on networks. This kind of +technology is already found in Apple MacOS X (branded Rendezvous +Bonjour and sometimes Zeroconf) and is very convenient. + +Requires libdaemon, which is also available at SlackBuilds.org. + +You will need to have an "avahi" user and group on the target system +prior to installing the avahi package. See README.SBo in this +directory (it is also installed to the package docmentation directory) +for more information and for setup notes. |