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

Douglas Soares de Andrade douglas at archlinux.org
Sat Nov 22 21:14:05 UTC 2008


    Date: Saturday, November 22, 2008 @ 16:14:05
  Author: douglas
Revision: 19418

upgpkg: avahi 0.6.23-2
    Fixing the avahi-autoipd problem

Modified:
  avahi/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-22 19:27:38 UTC (rev 19417)
+++ PKGBUILD	2008-11-22 21:14:05 UTC (rev 19418)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Travis Willard <travis at archlinux.org>
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=avahi
 pkgver=0.6.23
-pkgrel=1
+pkgrel=2
 pkgdesc="A multicast/unicast DNS-SD framework"
 arch=('i686' 'x86_64')
 url="http://www.avahi.org/"
@@ -37,7 +37,10 @@
     --enable-compat-howl \
     --with-distro=archlinux \
     --with-avahi-priv-access-group=network \
-    --enable-autoipd 
+    --enable-autoipd \
+    --with-autoipd-user=avahi \
+    --with-autoipd-group=avahi
+
   make || return 1
   make DESTDIR=${startdir}/pkg install
 




More information about the arch-commits mailing list