summaryrefslogtreecommitdiffstats
path: root/network/avahi/README.SBo
diff options
context:
space:
mode:
author David Somero2010-05-11 22:54:38 +0200
committer Robby Workman2010-05-11 22:54:38 +0200
commit66e3f7d0bdcb60b0ba015ba3959124a80a69a99a (patch)
tree170395f0eb74a4d6cba5ff4244d46bf4875426bf /network/avahi/README.SBo
parentc6b2256866321142ccacae2a6c3a113d3363b130 (diff)
downloadslackbuilds-66e3f7d0bdcb60b0ba015ba3959124a80a69a99a.tar.gz
network/avahi: Added to 12.1 repository
Diffstat (limited to 'network/avahi/README.SBo')
-rw-r--r--network/avahi/README.SBo19
1 files changed, 19 insertions, 0 deletions
diff --git a/network/avahi/README.SBo b/network/avahi/README.SBo
new file mode 100644
index 0000000000..6bd5c7b886
--- /dev/null
+++ b/network/avahi/README.SBo
@@ -0,0 +1,19 @@
+README.SBo (avahi)
+
+First, be sure you have an "avahi" user and group. Do this *before*
+you install the avahi package. We recommend uid/gid of 214, but
+adjust as needed for your system. Something like this should suffice:
+ # groupadd -g 214 avahi
+ # useradd -u 214 -g 214 -c "Avahi" -d /dev/null -s /bin/false avahi
+
+Ask DBUS to re-read its policies; this only has to be done once:
+ # /etc/rc.d/rc.messagbus reload
+ OR
+ # kill -HUP $(cat /var/run/dbus/pid)
+
+Now start the Avahi daemon:
+ # /etc/rc.d/rc.avahidaemon start
+
+Optionally start the unicast DNS configuration daemon:
+ # /etc/rc.d/rc.avahidnsconfd start
+