[arch-commits] Commit in avahi/trunk (install)

Gaetan Bisson bisson at nymeria.archlinux.org
Tue Jul 23 03:17:45 UTC 2013


    Date: Tuesday, July 23, 2013 @ 05:17:45
  Author: bisson
Revision: 191272

implement FS#36247

Modified:
  avahi/trunk/install

---------+
 install |   13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

Modified: install
===================================================================
--- install	2013-07-23 01:04:04 UTC (rev 191271)
+++ install	2013-07-23 03:17:45 UTC (rev 191272)
@@ -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() {




More information about the arch-commits mailing list