[Lunar-commits] <moonbase> avahi: a small tweek to BUILD. Since we use avahi-autopid it needs a user,

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Jun 12 13:55:43 CEST 2009


commit 0e600f0bc7e8ac01c10e0100250f01042e51b8a8
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Fri Jun 12 07:55:43 2009 -0400

    avahi: a small tweek to BUILD. Since we use avahi-autopid it needs a user,
    
    else it will not connect to dbus.
---
 net/avahi/BUILD |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/avahi/BUILD b/net/avahi/BUILD
index bd2e98a..5bd217b 100644
--- a/net/avahi/BUILD
+++ b/net/avahi/BUILD
@@ -9,8 +9,8 @@
    fi &&
 
    patch_it $SOURCE_CACHE/$SOURCE1 0  &&
-   add_priv_user avahi:avahi -d /dev/null -s /bin/false
-
+   add_priv_user avahi:avahi -d /dev/null -s /bin/false &&
+   add_priv_user avahi-autoipd:avahi-autoipd -d /dev/null -s /bin/false &&
 #   export ac_cv_func_realloc_0_nonnull=yes
 #   export ac_cv_func_malloc_0_nonnull=yes
 


More information about the Lunar-commits mailing list