git » avahi.git » commit b52a82d

implement FS#36247

author Gaetan Bisson
2013-07-23 03:17:45 UTC
committer Gaetan Bisson
2013-07-23 03:17:45 UTC
parent f39489d18d66773b3df2bbaeb6113d59591dce48

implement FS#36247

install +1 -12

diff --git a/install b/install
index d333389..d4ae23e 100644
--- a/install
+++ b/install
@@ -1,18 +1,7 @@
 post_install() {
 	getent group avahi &>/dev/null || groupadd -r -g 84 avahi >/dev/null
 	getent passwd avahi &>/dev/null || useradd -r -u 84 -g avahi -d / -s /bin/false -c avahi avahi >/dev/null
-
-	cat <<EOF
-==> The following daemons may be added to DAEMONS in /etc/rc.conf:
-==> avahi-daemon: the mdns responder, you probably want this.
-==>               dbus needs to be running when you start it.
-==> avahi-dnsconfd: daemon used for peer-to-peer automatic dns
-==>                 configuration on dhcp-less networks.
-
-==> To use some of the client applications you will have to install python.
-==> In addition, pygtk is required for the graphical ones and
-==> twisted for avahi-bookmarks.
-EOF
+	true
 }
 
 post_remove() {